ArcSpan RTD Module

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.

Disclosure: This module loads external code that is not open source and has not been reviewed by Prebid.org.

Usage

Compile the ArcSpan RTD Module into your Prebid build:

gulp build --modules=rtdModule,arcspanRtdProvider

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.

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
      }
    }]
  },
  ...
})

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.