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