IDENTITY event
The event object for an IDENTITY event must include all the required attributes for event objects plus the following attributes:
Attribute |
Type |
Description |
Example |
Required/optional |
---|---|---|---|---|
|
array of objects |
The identifiers that are used to identify the users of your app. |
RequestResponse
|
Required |
The identifiers
array of objects:
Attribute |
Type |
Description |
Example |
Required/optional |
---|---|---|---|---|
|
string |
The unique guest identifier provided by your organization's identity system, such as a Customer Relationship Management (CRM) system. |
|
Required |
|
string |
The name of your organization's identity system, external to Sitecore CDP, that provided the unique guest identifier. |
|
Required |
|
string (ISO 8601) |
The date the unique guest identifier expires. This is determined by your organization's identity system. |
|
Optional |
The event object for an IDENTITY event can optionally include personally identifiable information (PII):
Attribute |
Type |
Description |
Example |
Required/optional |
---|---|---|---|---|
|
string (lowercase recommended) |
The email address of the guest. |
Optional | |
|
string (title case) |
The title of the guest. |
|
Optional |
|
string (title case recommended) |
The first name of the guest. |
|
Optional |
|
string (title case recommended) |
The last name of the guest. |
|
Optional |
|
string |
The gender of the guest. |
|
Optional |
|
string (ISO 8601) |
The date of birth of the guest. |
|
Optional |
|
string |
The mobile number of the guest. |
|
Optional |
|
string |
The phone number of the guest. |
|
Optional |
|
array of strings (title case recommended) |
The street address of the guest. |
|
Optional |
|
string (title case recommended) |
The city address of the guest. |
|
Optional |
|
string (title case recommended) |
The state address of the guest. |
|
Optional |
|
string (uppercase ISO 3166-1 alpha-2) |
The country address of the guest. |
|
Optional |
|
string |
The postal code of the guest. |
|
Optional |
Example
This example describes an event object for an IDENTITY event in an integration that uses the Boxever JavaScript Library. The browser_id
is set to the value that the Boxever.getID()
function returns. This event object contains the identifiers
array of objects and the following, optional PII attributes: email
, firstname
, lastname
.