Skip to content

Latest commit

 

History

History
61 lines (47 loc) · 2.06 KB

arcspanRtdProvider.md

File metadata and controls

61 lines (47 loc) · 2.06 KB
layout title display_name description page_type module_type module_code enable_download vendor_specific sidebarType
page_v2
ArcSpan RTD Module
ArcSpan RTD Module
ArcSpan is a real-time audience monetization platform focused on the needs of the world’s finest publishers and retailers. Unlock the true value of your first-party audience data while providing advertisers the targeting performance they need.
module
rtd
arcspanRtdProvider
true
true
1

ArcSpan RTD Module

{:.no_toc}

  • TOC {:toc}

Prebid Config for ArcSpan RTD Module

ArcSpan is a real-time audience monetization platform focused on the needs of the world’s finest publishers and retailers. Unlock the true value of your first-party audience data while providing advertisers the targeting performance they need.

{% include dev-docs/loads-external-javascript.md %}

Usage

Compile the ArcSpan RTD Module into your Prebid build:

gulp build --modules=rtdModule,arcspanRtdProvider

{: .alert.alert-warning :} Note that the global RTD module, rtdModule, is a prerequisite of the ArcSpan RTD Module.

You then need to enable the ArcSpan RTD Module in your Prebid configuration, using the format below.

{: .alert.alert-warning :} Please replace the silo parameter value with the one provided by your ArcSpan representative. This will load the latest version of ArcSpan's JavaScript tag that is specific to your ArcSpan seat.

pbjs.setConfig({
  ...,
  realTimeData: {
    auctionDelay: 50, // optional auction delay
    dataProviders: [{
      name: 'arcspan',
      waitForIt: true, // should be true if there's an `auctionDelay`
      params: {
        silo: 1
      }
    }]
  },
  ...
})

{: .alert.alert-info :} For best results, we recommend that you also deploy ArcSpan's JavaScript tag in your tag management solution, as instructed in the implementation overview you received from your ArcSpan representative. This will ensure that more of your auctions contain ArcSpan's contextual signals. Please reach out to your ArcSpan representative if you have any questions.