Integral Ad Science(IAS) Real Time Data Module

Overview

Integral Ad Science(IAS) Real Time Data Module. Please contact Integral Ad Science(IAS) for information.

Integration

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.

Configuration

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