Handling Consent Management via Cookiebot and Adobe Launch
- Set the according Cookiescript ID which can be found on manage.cookiebot.com
- Set the name of the consent cookie
- Choose which Consent Service is active
This Action initialise the Cookiebot Script. It provides the Cookiebot Object. In the configuration must be added a Data Element which should return the corresponding language code like de/fr/it/en
Add this Action to a Library Loaded Rule. Include the Check Consent Cookie Condition, to not load Cookiebot twice.
This Action initialise the Cookiebot Script. It provides the Cookiebot Object. In the configuration must be added a Data Element which should return the corresponding language code like de/fr/it/en
Add this Action to a Library Loaded Rule. Include the Check Consent Cookie Condition, to not load Cookiebot twice.
This Action does provide an event listener which shows the cookie settings dialog.
Add this action based on the custom event "event-action-settings". This event should be called in the privacy statement on the webpage.
This Action provides an additional method to show the Cookiebot Banner. As per default the banner is only shown in the EU.
Add this action based on the custom event "event-action-consent". So it is called only once. Make sure to add a Condition which checks if the country is Switzerland by check of the userCountry of Cookiebot is equal to CH. Also add an Max Frequency of 1 per Pageview, so it is shown only once.
This Actions sets the cHash Cookie based on the available information (Data Layer, Cookie, Query String)
Add this Action to a rule, and check if the cookie isn't already set.
This Condition checks if the Consent Cookie defined in the Extension Settings is true,marketing or Statistics.
In the configuration choose the corresponding checkbox, if the rule triggers a marketing, a statistic or both tag(s). If both are checked, make sure to add a condition in the custom code of the according action.
This Condition checks if the Consent Cookie defined in the Extension Settings is present or not.
Use this Condition in the "Init Cookiebot" Action, as this Rule has only to run if the Cookie is not present.