Table of Contents |
---|
Consent levels
...
It's possible to set consent independently for three categories:
...
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
...
Tracks the user with the configured tracking implementation(s). If tracking cookie consent is disabled and a tracking implementation doesn't support tracking without cookies, it does not track.
Setting consent
...
If no consent is configured explicitly, everything defaults to true. If another default behavior is required, please ask excentos to configure it to your needs.
Integration URL
Consent may be set initially via the following integration url parameters
...
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
...