Skip to main content
Sitecore Documentation
  • Learn
  • Downloads
  • Changelog
  • Roadmap
PersonalizeCloud Portal
Sitecore Personalize developer documentation
  • Developing with Sitecore Personalize
        • Browser ID
        • Geolocation data
        • Cookies
        • Sending events
        • Sending orders
        • Server-side tracking
        • Queueing events
        • Viewing events in Sitecore Personalize
        • Running personalization
        • Finding the Sitecore Engage version number
    • IP allowlists
  1. Understanding integration details
  1. Understanding integration details
  2. Browser ID

Browser ID

The browser ID is a universally unique identifier (UUID) that Sitecore Personalize assigns to every user of your app. It associates sessions, events, and orders with the respective user.

The browser ID in integrations using the Engage SDK

The Engage SDK automatically creates the browser ID. Then, the web browser stores the browser ID as a first-party cookie. The cookie is persisted until it expires or gets deleted.

You can use the Engage.getBrowserId() function to get the browser ID, then find data about the associated user in Sitecore Personalize.

When you send events, the Engage SDK automatically includes the browser ID in the event data object.

When you run experiences and experiments without including any optional guest identifier attributes in the personalization data object, the Engage SDK automatically includes the browser ID in the personalization data object.

The browser ID in integrations using direct HTTP requests

You have to manually request a browser ID first. To do this, you make a GET request to the Browser API (Stream API type). The response includes the browser ID. In every event that you send to Sitecore Personalize, you have to manually include the browser ID.

The browser ID in Sitecore Personalize

If you know the browser ID for a user of your app, you can use the browser ID to find data about the user in Sitecore Personalize.

If you have Sitecore Personalize but not Sitecore CDP, you can find the data in Developer center > Event viewer. In the search dropdown, select Browser ID and enter the browser ID in the search field. For example: a38b230c-11eb-4cf9-8d5d-274e9f344925​

If you have both Sitecore CDP and Sitecore Personalize, you can find the data in Guests. In the search dropdown, select Browser ID and enter the browser ID in the search field. For example: a38b230c-11eb-4cf9-8d5d-274e9f344925​

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