Skip to main content
Sitecore Documentation
  • Learn
  • Downloads
  • Changelog
  • Roadmap
CDPCloud Portal
Sitecore CDP Developer Documentation
  • Developing with Sitecore CDP
        • 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
                • TRACKING event
        • Sending orders
        • Cart abandonment
        • Send additional event data
        • Troubleshooting
  1. Sending events
  1. Stream API
  2. Direct HTTP requests reference
  3. Sending events
  4. TRACKING event

TRACKING event

The TRACKING event is automatically generated every time an experience or experiment runs for the guest. The TRACKING event is available in the guest profile and can be used in segmentation, decisioning, exclusion, and analytics.

Example 56. TRACKING event object

Here's a TRACKING event generated after the experience with the friendlyId of running_shoes_popup_02 ran for the guest.

For example, the event data can be used in the following ways:

  • Create a segment of guests who viewed this pop-up but haven't made a purchase.

  • Use the segment in decisioning to target guests with a follow-up email campaign.

  • Analyze the flowExecution data to track how many guests saw the experience and how many conversions occurred.

{
  "ref": "bbb59075-d283-45c6-b278-47f4fb8bc302",
  "clientKey": "ZpHxO9WvLOfQRVPlvo0BqB8YjGYuFfNe",
  "createdAt": "2025-01-10T18:07:59.247Z",
  "modifiedAt": "2025-01-10T18:07:59.257Z",
  "type": "TRACKING",
  "status": "PROCESSED",
  "channel": "WEB",
  "pointOfSale": "myretailsite/ireland",
  "browserRef": "a38b230c-11eb-4cf9-8d5d-274e9f344925​",
  "sessionRef": "a7584ec5-7a5f-443e-a5e3-59106f6e22b3",
  "flowExecutionRef": "cd1d1bd4-0d6a-4ebb-9560-ca0c5add7367",
  "arbitraryData": {
    "flowExecution": {
      "ref": "cd1d1bd4-0d6a-4ebb-9560-ca0c5add7367",
      "occurredAt": 1704910078560,
      "flowRef": "d82b756a-f581-43a8-a857-c2afda9ff119",
      "flowFriendlyId": "running_shoes_popup_02",
      "flowVariantRef": "bb728433-9507-4ec7-9ba6-7cf7cc7fcccb",
      "guestRef": "456f308b-289f-44e3-8d6c-950afdd0502e",
      "flowExecutionTimeMs": 23,
      "status": "SUCCESS"
    },
    "_bx_arbitraryDataV3ga": {
      "core": {
        "pointOfSale": "myretailsite/ireland",
        "channel": "WEB"
      },
      "bxt": {
        "flowExecution": {
          "ref": "cd1d1bd4-0d6a-4ebb-9560-ca0c5add7367",
          "occurredAt": 1704910078560,
          "flowRef": "d82b756a-f581-43a8-a857-c2afda9ff119",
          "flowFriendlyId": "running_shoes_popup_02",
          "flowVariantRef": "bb728433-9507-4ec7-9ba6-7cf7cc7fcccb",
          "guestRef": "456f308b-289f-44e3-8d6c-950afdd0502e",
          "flowExecutionTimeMs": 23,
          "status": "SUCCESS"
        },
        "category": "EXECUTED"
      }
    }
  }
}


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