User Object
Field | Type | Details |
---|---|---|
id* | string | Unique Criteo ID of this user, for example, |
buyeruid* | string | The Buyer user ID as mapped by Criteo for the DSP. |
consent* | string | Passes the Transparency & Consent Framework string. The current valid version of this string is v2.0. You can read more about the the information encoded within the consent string here: Transparency and Consent String with Global Vendor & CMP List Formats The Buyer should use the information in the consent string to ascertain which vendors and for which purposes the user gave consent.
For more information see the following links: |
eids* | array of objects | Contains the Extended identifiers object, see the Extended Identifiers section for details |
keywords* | string | A comma separated list of keywords about the App, e.g |
kwarray* | array of string | An array of keywords about the App, e.g |
data* | array of objects | Additional data. Each data object represents a different data source, for more information, see the Data Object section. |
{
"user":{
"id":"45asdf987656789adfad4678rew656789",
"buyeruid":"1234567890",
"keywords":"sports, entertainment",
"consent":"Y29uc2VudCBkYXRh",
"eids":[
{
"source":"adserver.org",
"uids":[
{
"id":"zzz123",
"atype":1
},
{
"id":"DB700403-9A24-4A4B-A8D5-8A0B4BE777D2",
"atype":2
}
]
},
{
"source":"liveintent.com",
"uids":[
{
"id":"IPl4zj44RhezVyNE83bYfogYRN6W8LaCy3USy8dPQ==",
"atype":3
}
]
},
{
"source":"liveramp.com",
"uids":[
{
"id":"0db20294a3908612bc7e732c2022095391074cf3"
}
]
}
]
}
}