Skip to main content
Users
CloudPortalLogin
  • Powered byPowered by
Developing with Sitecore Personalize
Data privacy
Before you start sending data
Integrating with Sitecore Personalize
Stream API
Personalize API Flow execution
REST APIs
  • Sitecore Personalize for developers
  • Stream API
  • Direct HTTP requests reference
  • Sending events
  • Auto-generated events
  • 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 59. 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.

RequestResponse
{
  "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"
      }
    }
  }
}


Do you have some feedback for us?

If you have suggestions for improving this article,

Privacy policySitecore Trust CenterCopyright © 1999-2026 Sitecore