Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Real-time journeys identify website visitors using a technology called cookies. Cookies are small text files that are placed on your device by websites you visit or applications you use. Cookies are widely used to make websites work more efficiently, enhance the user experience, and provide data to website or application owners.
Our product uses cookies to help you understand customer behavior and provide personalized experiences to your customers.
Important
Many countries and regions (including the European Union) require that you get consent before setting a cookie on a user's machine. It's your organization's responsibility to be aware of, and conform to, all relevant laws and regulations in the markets where you operate, including consent to set cookies. For more information on EU regulations, see Cookies and similar technologies.
How cookies are deployed
Real-time journeys can generate a small piece of JavaScript code that reads and sets cookies on any webpage where you place the code. All you need to do is include the script to the webpage to let real-time journeys record website visits and link clicks for that webpage.
A cookie identifies a single device/browser/account combination. If you use two different browsers (such as Microsoft Edge and Mozilla Firefox on the same computer), each has its own cookie. Likewise, you have different cookies on each device that you use. Another user with their own account on your computer has another set of cookies. If a device gets deleted and reinstalled, all cookies are also deleted. Nevertheless, real-time journeys attempts to resolve the actual marketing profile (contact, lead) associated with each unique cookie ID.
Whenever a profile (such as a contact, lead, or Customer Insights - Data profile) visits a webpage, real-time journeys correlates the behavior-analysis cookie ID with the available profile data. In this way, the cookie ID is mapped to a real-time journeys profile ID, allowing the administrator to determine who has been browsing the site.
Cookies set by real-time journeys
Long-term behavioral-analysis cookie: The cookies are set and/or read on any webpage where you placed a real-time journeys website behavioral-analysis script. The cookies enable real-time journeys to collect end user events based on their level of interaction with a given website. The cookies contain no personal information, but do uniquely identify a specific browser on a specific machine. Real-time journeys can use the cookies to correlate this ID with an actual profile in the real-time journeys database. The cookies remain active for one year.
List of real-time journeys cookies
The following table lists the cookies used by real-time journeys and their purpose and properties.
Cookie name | Is essential | Purpose | First or third party | Properties | Function (purpose detail) | Source URL/JavaScript |
---|---|---|---|---|---|---|
msdynci_trackingContext | No | Behavior tracking | First party | Persistent, client-side | This cookie tracks web behavior, such as page visits and clicks, over a 365-day period. It associates this behavior with a known user profile within Customer Insights - Journeys to enable orchestration of personalized experiences tailored to user behavior and preferences, and analysis of end-user web interactions in reports. | Set by the website tracking script. This cookie is created when a user visits a website using a tracking link generated by a Customer Insights - Journeys email. |
msdynmkt_formsubmissionid | No | Behavior tracking | First party | Persistent, client-side | We set this cookie when an end user submits a Customer Insights - Journeys form (with web tracking enabled) on a web page. When a form is submitted by the end user, a new contact or lead is created. We use the cookie available in the browser to associate future page visits and clicks, over a 365-day period, with the newly generated contact or lead. This enables orchestration of personalized experiences tailored to user behavior and preferences, and analysis of end-user web interactions in reports. | Set by the service or form loader script. |
How to disable nonessential real-time journeys marketing cookies
Real-time journeys provides a JavaScript API to help your organization conform with data regulations by disabling nonessential real-time journeys cookies. When you define the following function in your web pages, real-time journeys won't set nonessential cookies.
<script>
function disableCookiesUsage() {
return true;
}
</script>
Note
Without the above code, real-time journeys set nonessential cookies by default.
If you use a third-party system to handle consent, such as a consent service or a cookie banner, you can instruct real-time journeys to set nonessential cookies with the following call:
function disableCookiesUsage() {
return false;
}
This action requires you to reload the page. Please note that without nonessential cookies, real-time journeys' web tracking capabilities are limited and you can't orchestrate personalized experiences for your customers.