Review your technical integration

This guide gives you handy commands you can use within a Chrome-based browser to validate your technical integration

circle-info

The command inputs must be played in a Chromium-based browser.

By default, we use pbjs wrapper as an example for the command inputs. Replace it with your own wrapper. If you don’t know its name, you can find it with this command: window._pbjsGlobals.

Check the required Prebid modules

1. Adagio bidder adapter

circle-info

Step failed? Review the integration documentation: Adagio bidder adapter modulearrow-up-right

Console input command:

window.ADAGIO

Expected console output:

// Should not be 'undefined'
{pageviewId: '4682f2c2-4d09-44ba-8766-5bf4e1ec35ec', adUnits: {}, pbjsAdUnits: Array(3), queue: Array(0), versions: {}, …}

2. RTD module and Adagio RTD provider

circle-info

Step failed? Review the integration documentation: RTD module and Adagio RTD Providerarrow-up-right

Console input command:

window.ADAGIO.hasRtd

Expected console output:

// If false, means your missing rtd module, or adagio provider, or both
true

Check the required wrapper configuration

1. Adagio required bidder parameters

circle-info

Step failed? Review the integration documentation: Adagio bidder parametersarrow-up-right

Console input command:

Expected console output:

2. RTD Module and Adagio RTD Provider (since Prebid 9)

circle-info

Step failed? Review the integration documentation: RTD Modulearrow-up-right

Console input command:

Expected console output:

3. Users sync

circle-info

Step failed? Review the integration documentation: Device Access and iframe syncarrow-up-right

Console input command:

Expected console output:

4. Device Access

circle-info

Step failed? Review the integration documentation: Device accessarrow-up-right

Console input command:

Expected console output:

Last updated

Was this helpful?