Integral Ad Science(IAS) Real Time Data Module. Please contact Integral Ad Science(IAS) for information.
1) Compile Integral Ad Science(IAS) RTD Provider into your Prebid build:
`gulp build --modules=iasBidAdapter,iasRtdProvider`...
2) Use setConfig
to instruct Prebid.js to initialize the IAS module, as specified below.
This module is configured as part of the realTimeData.dataProviders
object.
Configuration example for using RTD module with the ias
provider:
pbjs.setConfig({
realTimeData: {
dataProviders: [
{
name: 'ias',
waitForIt: true,
params: {
pubId: '1234',
}
}
]
}
Parameters details:
Name | Type | Scope | Description |
---|---|---|---|
pubId | string | required | IAS publisher ID |