User Object¶
Note
Fields marked with asterisk (*) are optional.
Value |
Type |
Description |
---|---|---|
id* |
string |
Unique ID for this user. The User ID can be a maximum of |
buyeruid* |
string |
The buyer ID for this user. For in-app traffic the lowercase
IDFA, or Android ID is used. For example,
|
ext* |
object |
See the next field for information. |
User Ext Object¶
Value |
Type |
Description |
---|---|---|
consent* |
string |
The binary encoding scheme that is passed in base64 URL/web safe format known
as daisybit, e.g. The data stored in the consent string is divided into 3 parts: metadata, the purposes for which the user has given consent, and to which vendors this consent was given. The SSP should pass this information to DSPS to ensure they can bid appropriately in their responses. For more information see the following links: |
eids* |
array of objects |
Contains cross-platform user ID information for the possible vendors. |
eIDs Object¶
Value |
Type |
Description |
---|---|---|
source* |
string |
The source of the IDs, for example, |
uids* |
array of objects |
An array of uIDs Objects. |
uIDs Object¶
Value |
Type |
Description |
---|---|---|
id* |
string* |
The user ID, for example, |
ext* |
object |
The uIDs extension object. |
uIDs Ext Object¶
Value |
Type |
Description |
---|---|---|
rtipartner* |
string |
The name of the real-time Identity partner. |