Guest identifiers data model
When you create a batch file, ensure that you include all required attributes in addition to any attributes from the following table:
|
Attribute |
Description |
Type |
Example(s) |
Insert |
Upsert |
Migration |
|---|---|---|---|---|---|---|
|
|
The provider of the identifier. |
string (title case) |
|
Not supported |
Required |
Required |
|
|
The unique ID of the identifier. |
string (uppercase) |
|
Not supported |
Required |
Required |
|
|
The date and time after which the identifier is no longer valid. |
ISO 8601 date/time UTC |
|
Not supported |
Optional |
Optional |
Here's an example that includes Personally Identifiable Information (PII) and uses upsert mode:
Here's an example that includes the identifiers attribute and uses upsert mode.
When consumers are passed to Sitecore CDP using the Batch API, and the only identifying information is first_name and last_name, Sitecore CDP creates a new guest profile of type: traveller. An exception occurs when the consumer on the order has the same first and last name as the contact on the order. If the contact is successfully identified, then a new guest profile is not created. This only pertains to the Batch API.