External IDs (EIDs)
Adagio supports the transmission of any EIDs within the user.eids or user.ext.eids object of your OpenRTB bid request, such as UID2.0, Ramp ID, ID5, and others.
Be sure to include the following parameters in your eids:
source(string)uids[].id(string)uids[].atype(int)
"user": {
"ext": {
"eids": [
{
"source": "x-device-vendor-x.com",
"uids": [
{
"id": "yyy",
"atype": 1
}
]
}
]
} "eids": [
{
"source": "x-device-vendor-x.com",
"uids": [
{
"id": "yyy",
"atype": 1
}
]
}
]
}Last updated
Was this helpful?

