Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Type

Key

Name
(internal)
who places the Cookie?Suggested category for your Consent Management ToolCookie lifetime

Purpose

Internal Notes

Cookie

xcSessID

Session IDexcentosFunctional CookieSession

Keeps the session state synchronized with the server


Cookie

xcVisitorID

Visitor IDexcentosAnalytics Cookie5 years

Tracks a visitor between sessions



Essential if you want to use Ecommerce tracking.
Cookie_xcpk_ses.*Matomo SessionexcentosAnalytics Cookie30 minUsed by the excentos Analytics solution to recognize a visitor during one session.

Matomo is the web analytics solution used by excentos.

(Our Analytics solution "Matomo" was previously called "Piwik"; that's why the cookie name is "pk".)

Cookie

_xcpk_id.*

Matomo IDexcentosAnalytics Cookie2 years

Used by the excentos Analytics solution to recognize a visitor between sessions.


Cookie

_xcpk_ref.*

Matomo IDexcentosAnalytics Cookie6 months

Used by the excentos Analytics solution to store information about the referrer that brought the visitor to the advisor.


Cookie__storage_test__function test cookieexcentosFunctional Cookiedeleted immediatelyUsed to find out if the browser technically supports cookies
CookiexcConsentconsent stateexcentosFunctional CookieSessionIndicates if consent to tracking and/or cookies is given:
  • essentialCookieConsent: Indicates if consent to essential excentos cookies (sessionId, consent cookies) is given.
  • trackingConsent: Indicates if consent to excentos tracking is given.
  • trackingCookieConsent: Indicates if consent to tracking cookies (matomo) is given. if false, tracking runs without cookies if possible.

Structure:

{
    essentialCookieConsent: true,
    trackingConsent: true|false,
    trackingCookieConsent: true|false,
}


if essential cookie consent is not given, this cookie is not saved.

CookiexcUserProfileuser profileexcentosFunctional CookieSessionsaves the user's current inputs to resume his session after a timeout    

The data isn't sent anywhere, it's only used to restore a previous state of the advisor. It's only used if the user agrees to resume a previous session in the session timeout dialog.

CookiexcStageIdadvisor stageexcentosFunctional CookieSessionsaves the current stage/phase in the advisor for resuming the session after a timeout

The data isn't sent anywhere, it's only used to restore a previous state of the advisor. It's only used if the user agrees to resume a previous session in the session timeout dialog.

localStorage

excentos.analytics.matomo.lastevent

Matomo lasteventexcentosAnalytics local storagelocal storage elements don't expire (but can be deleted by the user at any time)

Timestamp of last excentos Analytics tracking event.

Set but never used, will be deleted in future version

localStorage

excentos.analytics.matomo

Matomo Product InterestexcentosAnalytics local storage

Summary of Products the user interacted with as well as the xcVisitorId and the project's account name

Set but never used, will be deleted in future version

...