Skip to main content
Sitecore Documentation
  • Learn
  • Downloads
  • Changelog
  • Roadmap
PersonalizeCloud Portal
Sitecore Personalize developer documentation
  • Developing with Sitecore Personalize
        • Authentication
        • Base URL
        • Retrieve the browser ID
            • IDENTITY event
            • SEARCH event
            • ADD event
            • ADD event for flights
            • ADD event for ancillary product
            • ADD_CONSUMERS event
            • ADD_CONTACTS event
            • CONFIRM event
            • CONFIRM event for flights
            • CHECKOUT event
            • ORDER_CHECKOUT event
            • CLEAR_CART event
            • PAYMENT event
            • Custom event
        • Sending orders
        • Cart abandonment
        • Send additional event data
        • Troubleshooting
  1. Sending events
  1. Sitecore Personalize developer documentation
  2. Stream API

CONFIRM event for flights

AttributeDescriptionTypeExample(s)Required/optional
channelThe channel captured on each page the guest visited.string (uppercase)"WEB", "MOBILE_WEB", "MOBILE_APP"Required
typeThe type of event.string (uppercase)"CONFIRM"Required
languageThe language captured on each page the Guest visited.string (2 letter ISO 639 language code)"EN", "FR", "DE"Required
currencyThe type of currency.string (3 letter ISO 4217)"EUR", "USD", "GBP"Required
pageThe name of the webpage the guest visited.string"home page", "search page" "/home", "/confirm"Required
posThe point of sale (storefront) captured on each page the guest visited.string (predefined by the client)"spinflight.com", "spinair.com"Required
browser_idThe ID of a browser generated by Sitecore Personalize.string (UUID)"a38b230c-11eb-4cf9-8d5d-274e9f344925​"Required
productA JSON array containing a list of item_id objects.JSON array[{ "item_id": "FLIGHT_1" }, { "item_id": "FLIGHT_2" }, { "item_id": "BAG_1" }, { "item_id": "SEAT_1" }]Required
product.item_id The item ID of the product to be confirmed as purchased.string"FLIGHT_1"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"
    }]
}
If you have suggestions for improving this article, let us know!

Documentation Assistant

This assistant uses AI to generate responses based on Sitecore documentation. While it has access to official sources, answers may be incomplete or inaccurate and should not be considered official advice or support.
Powered by
k
kapa.ai
Protected by reCAPTCHA

© Copyright 2026, Sitecore A/S or a Sitecore affiliated company.
All rights reserved.

Privacy policySitecore Trust CenterTerms of use