Server-to-Server (S2S) Calls
Auction Endpoints
Your PUBLISHER_ID
can be found under Settings > General in the Adagio Manager.
S2S Headers
The OpenRTB Version should be passed in the header of a bid request with a custom HTTP header.
x-openrtb-version: 2.5
x-openrtb-version: 2.6
OpenRTB field requirements
site.publisher.id
Yes
string
Your ID, provided by Adagio, found under Settings > General in the Adagio Manager.
imp[].tagid
Yes
string
Custom value you define to identify an ad unit placement. Use consistent values, avoiding auto-incremented or random values. e.g."identifier12345". - max length: 150 - max distinctive values: 100
user.ext.eids or user.eids
Highly Recommended
object
User IDs. If you already have the User ID of bidders monetizing through the Adagio Demand Library, then it is recommended adding them to your Bid Request, as described here.
tmax
Highly Recommended
int
Maximum time in milliseconds the exchange allows for bids to be received including Internet latency to avoid timeout.
Minimum value: 470
.
site.ext.pagetype
Recommended
string
Describes what kind of content will be present in the page. - max length: 30 - max distinctive values: 50
site.ext.category
Recommended
string
Category of the content displayed in the page. - max length: 30 - max distinctive values: 50
Data Compression (gzip)
Adagio ONLY supports Compressed JSON (gzip) for bid requests and bid responses.
It is mandatory to use Compressed JSON to reduce the amount of data exchanged between you and Adagio, as this decreases server communication latencies, and traffic listening costs for all parties involved.
Configure compressed JSON bid requests and enable compressed responses:
Compress your HTTP request body with gzip
Add a Content-Encoding: gzip
HTTP header to indicate that the request is compressed
Add an Accept-Encoding: gzip
header to indicate that you can accept a compressed response
Supported Currencies
Adagio uses exchange rates from the European Central Bank to perform currency conversions. Below the list of currencies supported in Bid Requests and Bid Responses:
Last updated
Was this helpful?