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

Finding the Sitecore Engage version number

After you load initialize the Engage SDK on your website, you can check which version of Sitecore Engage your website is using.

The easiest way you can find the Sitecore Engage version number is to inspect the network requests that your website makes. You can do this by opening your web browser's developer tools, then navigating to your website. In the developer tools, on the Network tab, click one of the events you sent. Every event request is called events. In events, the version number is in Headers > Request Headers > x-library-version.

The version number displayed in the request header.

Depending on how you integrated, there are also other ways you can find the Sitecore Engage version number.

Integrations using the Engage SDK script

You can find the version number by opening your web browser's developer tools, then navigating to your website, then doing one of the following:

  • On the Console tab, log engage.version to the console. The version number is returned.

  • In the HTML tree (usually on the Elements tab or Inspector tab), search for the sitecore-engage-v. string. This will find a <script> tag with a src attribute similar to https://d1mj578wat5n4o.cloudfront.net/sitecore-engage-v.1.4.3.min.js.

    The version number is the numbers that follow sitecore-engage-v., for example, 1.4.3.

Integrations using the Engage SDK package

If you can access the source code of your website, you can find the version number in package.json > dependencies > @sitecore/engage.

If you exposed Engage functionality to the window object, you can find the version number by opening your web browser's developer tools, then navigating to your website, then logging window.Engage.version; to the console. The version number is returned.

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