Difference between revisions of "ATC/Current/SDK/Cookie usage"
(Published) |
(Published) |
||
Line 3: | Line 3: | ||
|DisplayName=Cookies | |DisplayName=Cookies | ||
|TocName=Cookies | |TocName=Cookies | ||
− | |Context=Configure how {{MINTYDOCSPRODUCT}} uses cookies to store customer data. | + | |Context=Configure how {{MINTYDOCSPRODUCT}} uses cookies to store customer data.{{BarbFeatureTemp|Feature=Web messaging}}This article only applies to customers using web chat. If you are a Genesys Cloud customer, we encourage you to use the new {{Link-AnywhereElse|product=ATC|version=Current|manual=AdminGuide|topic=About_web_messaging|display text=web messaging}} feature to replace web chat. |
|Dimension=Cookies | |Dimension=Cookies | ||
|ComingSoon=No | |ComingSoon=No |
Revision as of 18:30, April 28, 2021
Contents
Configure how Genesys Predictive Engagement uses cookies to store customer data.
This article only applies to customers using web chat. If you are a Genesys Cloud customer, we encourage you to use the new web messaging feature to replace web chat.
Purpose
Genesys Predictive Engagement uses cookies to store non-sensitive data in the browser. The visitor's browser must allow cookies for Genesys Predictive Engagement to work properly.
The cookie that identifies customers
To identify customers, Genesys Predictive Engagement uses a first-party cookie named _actmu to store the visitor ID. This cookie is a unique, randomly generated string that is stored in the browser. This cookie is sent to the Genesys Predictive Engagement APIs to determine whether a tracked event is associated with a particular customer and to associate subsequent visits to the same site with the same customer.
Cookies that expire after 1 year
Cookie name | Purpose |
_actcc | Distinguishes visitor’s beacon and pageview counts for the current session and all sessions collectively. |
_actmi |
Distinguishes logged in visitors. This cookie is set to the user ID passed when calling the identify method. |
_actmu |
Distinguishes visitors. The cookie is created when the Journey JavaScript SDK library executes and no existing __actmu cookies exists. |
_actvc |
Distinguishes the visit count for an individual visitor. This cookie is created and updated on each separate visit. |
_actts | Distinguishes timestamps of the visitor’s first, previous, and current session. |
Cookies that expire after 30 minutes
Cookie name | Purpose |
_actmm |
Distinguishes UTM information. |
_actmr |
Distinguishes the session referrer. |
_actms | Distinguishes session ID. |
Cookies that expire at varying times
Cookie name | Purpose | Expiration details |
_ac_test |
Genesys Predictive Engagement uses this cookie to check whether the browser supports first-party cookies and whether Genesys Predictive Engagement can set the tracking cookies successfully. | Immediately after it is set. |
_actmf |
Stores data submitted in a form and sends it on the next page load. |
If this cookie is not set before the visitor leaves the site, the cookie expires when the session expires. |
_actmh | Stores a hash of the visitor information that is passed when calling identify to minimize the number the times that this information is sent to the Genesys Predictive Engagement servers. |