Refresh
If you don’t have your own refresh system, you can use ours.
Does Adagio handle refresh for Prebid.js? Yes
Create a Refresh rule in the platform under the section “Inventory”
configure Adagio refresh on your side
To identify and track refresh calls, you have to configure your ad-server with special targeting keys below:

Will basic Adagio refresh work with GPT ?
Adagio can handle the whole process of refreshing a slot for GPT through Prebid.js.
Before the ad-request is done, the two Adagio Refresh specific targeting keys will be added to the slot.
Is it doable to run custom refresh ?
Yes, Adagio dispatches an event before refresh is done which can be used to provide a custom logic.
The
adagio.refresh.onBeforeRefreshis a cancellable event dispatched at the very beginning of the refresh process, if cancelled, the owner Adagio code is not executed and the site owner is responsible of the call ofpbjs.requestBids()to start a new bid.I don't want to refresh some specific adunits, is there a way to do that?
Yes, doNotRefresh allows the publisher to manage refresh exclusions by ad-units, on the current page. For example, a road-block campaign needs the use of doNotRefresh.
The configuration aims to define the
doNotRefreshproperty on the globalwindow.top.ADAGIOobject. the configuration is mainly done from the ad-server when setting up a “creative” by adding the following JS code:

Last updated
Was this helpful?

