Azerion Edge RTD Provider

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

Client-side contextual cookieless audiences.

Azerion Edge RTD module helps publishers to capture users’ interest audiences on their site, and attach these into the bid request.

Please contact edge@azerion.com for more information.

Maintainer: azerion.com

Integration

  • Compile the Azerion Edge RTD module (azerionedgeRtdProvider) into your Prebid build, along with the parent RTD Module (rtdModule):
gulp build --modules=rtdModule,azerionedgeRtdProvider
  • Set configuration via pbjs.setConfig.
pbjs.setConfig(
    ...
    realTimeData: {
        auctionDelay: 1000,
        dataProviders: [
            {
                name: 'azerionedge',
                waitForIt: true,
                params: {
                    key: '',
                    bidders: ['improvedigital'],
                    process: {}
                }
            }
        ]
    }
    ...
}

Parameters

Name Type Description Notes
name String RTD sub module name Always “azerionedge”
waitForIt Boolean Required to ensure that the auction is delayed for the module to respond. Optional. Defaults to false but recommended to true.
params.key String Publisher partner specific key Mandatory. The key is required for the module to work. If you haven’t received one, please reach support@improvedigital.com
params.bidders Array Bidders with which to share segment information Optional. Defaults to “improvedigital”.
params.process Object Configuration for the Azerion Edge script. Optional. Defaults to {}.