Cookies
Cookies are used for two major reasons in our JavaScript code. Firstly, a so-called performance cookies is used to track website visitors over time, which provides information like:
- If they have been invited to complete a survey or not.
- What pages they visited on your website and in what sequence.
- Store unique ID's that connect Verint products to other products on your site (like Google Analytics, Adobe Marketing Cloud, etc.).
- Track special values that you may elect to set (shopping cart ID's, etc.).
Under no circumstances does Verint knowingly tracking Personally Identifiable Information (PII). Verint works with customers who use Verint's cookie to track their own values and wish to avoid this kind of data.
Verint also uses so-called functionality cookies to make certain features possible in the Web SDK code. These cookies are short-lived and are not absolutely necessary for the general functioning of Verint products. The main purposes for using functionality cookies are:
- To enable communication between Web SDK tracker window and the main page.
- To enable communication between multiple open tabs.
- To communicate between the main page and any open survey windows.
First-Party versus Third-Party Cookies
Verint uses both first-party and third-party cookies depending on the following circumstances: First-party cookies (set in the origin of your website) are used mainly for performance cookies, and third-party cookies are only used for functionality cookies, when needed.
Secure cookies can be enabled on Web SDK 19.4.0+ from within CX Suite. However, the entire site must be on HTTPS (otherwise functionality could be impacted).
HTTPOnly Attribute:
The purpose of the HttpOnly attribute in a cookie is to disallow client-side code from reading cookie information. The Verint scripts are client-side JavaScript code that require access to its cookie to function. Therefore, Verint cookies do not use the HttpOnly attribute.
What Cookies are Set?
In modern code versions, the following cookies are used:
Cookie Name | 1st/3rd | Type | Notes |
---|---|---|---|
_4c_ | First | Performance | For Code Version 19.3.0+ |
_fsspl_ | First | Performance | For Code Version 19.1.x and 19.2.x |
fsice | Third | Functionality | For Code Version 19.1.x+ |
_fsspl_ | Third | Functionality | For Code Version 19.1.x+ |
acs.t | First | Functionality | For Code Version 19.0.x+ |
Updated 7 months ago