Guest migration data model
When you create a batch file, ensure that you follow the formatting requirements and include attributes from the following table:
Attribute |
Description |
Type |
Example(s) |
Required/optional |
---|---|---|---|---|
|
A unique ID of the record that the organization generates for the purpose of identification outside of Sitecore CDP. |
string UUID |
|
Required |
|
The type of record contained in the |
string |
|
Required |
|
Supports migration of guest entities including orders, browsing history, and flow execution history. |
string |
|
Required |
|
The container for the |
container |
N/A |
Required |
|
The container for the |
container |
N/A |
Required |
|
The container for the |
container |
N/A |
Required |
|
The provider of the |
string |
|
Required |
|
The unique ID of the |
string |
|
Required |
|
The container for the |
container |
N/A |
Required |
{
"ref":"888E80C5-370E-4EE8-80D7-3A89DC064509",
"schema":"migration",
"mode":"guest",
"value":{
"migrateFrom":{
"identifiers":[
{
"provider":"IDENTITY_SYSTEM",
"id":"BX_201504"
}
]
},
"migrateTo":{
"identifiers":[
{
"provider":"IDENTITY_SYSTEM",
"id":"BX_201505"
}
]
}
}
}