Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.21 KB

adagioRtdProvider.md

File metadata and controls

38 lines (30 loc) · 1.21 KB

Overview

Module Name: Adagio Rtd Provider Module Type: Rtd Provider Maintainer: [email protected]

Description

This module is exclusively used in combination with Adagio Bidder Adapter (SSP) and/or with Adagio prebid server endpoint, and mandatory for Adagio customers. It computes and collects data required to leverage Adagio viewability and attention prediction engine.

Features are computed for the Adagio bidder only and placed into ortb2.ext and AdUnit.ortb2Imp.ext.data.

To collect data, an external script is loaded by the provider. It relies on the listening of ad-server events. Supported ad-servers are GAM, Smart Ad Server, Xandr. Custom ad-server can also be used, please contact [email protected] for more information.

Integration

gulp build --modules=adagioBidAdapter,rtdModule,adagioRtdProvider
pbjs.setConfig({
  realTimeData: {
    dataProviders:[{
      name: 'adagio',
      params: {
        organizationId: '1000' // Required. Provided by Adagio
        site: 'my-site' // Required. Provided by Adagio
        placementSource: 'ortb' // Optional. Where to find the "placement" value. Possible values: 'ortb'<default> | 'code' | 'gpid'
      }
    }]
  }
});