For the complete documentation index, see llms.txt. This page is also available as Markdown.

Review your technical integration

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

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

Step failed? Review the integration documentation: Adagio bidder adapter module

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

Step failed? Review the integration documentation: RTD module and Adagio RTD Provider

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

Step failed? Review the integration documentation: Adagio bidder parameters

Console input command:

Expected console output:

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

Step failed? Review the integration documentation: RTD Module

Console input command:

Expected console output:

3. Users sync

Step failed? Review the integration documentation: Device Access and iframe sync

Console input command:

Expected console output:

4. Device Access

Step failed? Review the integration documentation: Device access

Console input command:

Expected console output:

Last updated

Was this helpful?