Each User ID object contains 3 properties:
Field | Type | Description |
---|---|---|
| String | The User ID value. |
| String Possible values:
| The User ID type:
|
| Boolean | Guidelines:
See callouts below. |
{
"user_id": "836f82db99121b3481011f16b49dfa5fbc714a0d1b1b9f784a1ebbbf5b39577f",
"type": "EMAIL_ID",
"is_hashed": true
}
Passing a Device ID
- Do not hash the Device ID.
- Set
is_hashed
tofalse
.
Passing an Email ID
- Hash the Email ID. (Convert all characters to lower case and apply a SHA256 hash).
- Set
is_hashed
totrue
.