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
window.ADAGIO// 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
window.ADAGIO.hasRtd// If false, means your missing rtd module, or adagio provider, or both
trueCheck the required wrapper configuration
1. Adagio required bidder parameters
2. RTD Module and Adagio RTD Provider (since Prebid 9)
since Prebid 9)3. Users sync
4. Device Access
Last updated
Was this helpful?

