CONFIRM event for flights
Attribute |
Description |
Type |
Example(s) |
Required/optional |
---|---|---|---|---|
|
The channel captured on each page the guest visited. |
string (uppercase) |
|
Required |
|
The type of event. |
string (uppercase) |
|
Required |
|
The language captured on each page the Guest visited. |
string (2 letter ISO 639 language code) |
|
Required |
|
The type of currency. |
string (3 letter ISO 4217) |
|
Required |
|
The name of the webpage the guest visited. |
string |
|
Required |
|
The point of sale (storefront) captured on each page the guest visited. |
string (predefined by the client) |
|
Required |
|
The ID of a browser generated by Sitecore Personalize. |
string (UUID) |
|
Required |
|
A JSON array containing a list of |
JSON array |
|
Required |
|
The item ID of the product to be confirmed as purchased. |
string |
|
Required |
{
"channel": "WEB",
"type": "CONFIRM",
"language": "EN",
"currency": "EUR",
"page": "home page",
"pos": "spinair.com",
"browser_id": "a38b230c-11eb-4cf9-8d5d-274e9f344925",
"product": [{
"item_id": "FLIGHT_1"
}, {
"item_id": "FLIGHT_2"
}, {
"item_id": "BAG_1"
}, {
"item_id": "SEAT_1"
}]
}