Attention Measurement
What to do if you don’t use the following adServer: GAM, Smart AdServer, Appnexus.
Natively supported ad servers
The attention measurement of each placement has to be collected during the entire user’s visit.
In order to be synced with the reports provided by your ad server, we listen to the events it produces and start our measurer on the one best fit the moment an ad is rendered on the page.
Supported Ad Servers
Google Ad Manager (via Google Publisher Tag)
slotRenderEnded
Smart AdServer
load
Appnexus (via Xandr)
adLoaded
Integration with other ad servers
The following information explains the generic process to interface not natively supported ad server with Adagio. You need to get in touch with your Adagio Support contact csm@adagio.io in order to validate the setup.
For ad servers who are not natively supported, it is up to the proprietary ad server owner (or the publisher) to provide the signal to start a measurer for a placement when the creative is rendered.
Adagio requires the following information:
a flag which determines if the ad-server response is empty (no creative to render)
the
idattribute of the HTML element in which the creative is rendered. This should match the parameteradUnitElementIdin Adagio’s bidder configuration.the id of the ad server creative
the size of the creative served
To start a measurer, call the Prebid.js adagioBidAdapter function: window.top.ADAGIO.queue.push(queueOptions) (see definitions below).
Last updated
Was this helpful?

