Review your technical integration
This guide gives you handy commands you can use within a Chrome-based browser to validate your technical integration
Check the required Prebid modules
1. Adagio bidder adapter
Console input command:
window.ADAGIOExpected 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
Console input command:
window.ADAGIO.hasRtdExpected console output:
// If false, means your missing rtd module, or adagio provider, or both
trueCheck the required wrapper configuration
1. Adagio required bidder parameters
Console input command:
Expected console output:
2. RTD Module and Adagio RTD Provider (since Prebid 9)
Console input command:
Expected console output:
3. Users sync
Console input command:
Expected console output:
4. Device Access
Console input command:
Expected console output:
Last updated
Was this helpful?

