...
xcConsent
holds information about consent levels:essentialCookieConsent=true|false
saves saves essential cookie consent (will never be false, because in that case it wouldn't be allowed to be set)trackingConsent=true|false
saves tracking consenttrackingCookieConsent=true|false
saves tracking cookie consent
xcSessId=node...
holds the current session ID
...
If no consent is configured explicitly, everything defaults to true. If another default behaviour behavior is required, please ask excentos to configure it to your needs.
...
Custom implementation by excentos to connect an existing tracking tool via available interfaces to our consent management
Matomo notes
...
- However if tracking is disabled initially, matomo won't be initialized and thus the cookie won't be set - only if it's disabled lateron
...