Select your interface:
You are currently viewing instructions for the: Manager
The Cookie Declaration is essentially a cookie policy you can use on your website.
It is included in both the free and premium subscriptions and can easily be implemented on your website either as a separate page or embedded into e.g. an existing Privacy Policy. See the last part of this article (point 4) for how to implement the Cookie Declaration on your website.
What is included in the Cookie Declaration?
The Cookie Declaration contains the following elements (see illustration below):
- A standard introduction text informing the website users about the use of cookies
- If you have enabled bulk consent, information about the domains that the user’s consent is valid for is automatically included (this text cannot be edited)
- The user can see his current consent (what categories of cookies consent has been given for), change his consent or completely withdraw his consent. If the user clicks ‘change your consent’ or ‘withdraw your consent’ the cookie consent banner will re-appear.
- Information about when the Cookie Declaration was last updated. This date is automatically updated when a scan has been performed on the website.
- A list of all the cookies and trackers in use on the website – categorized in Necessary, Preferences, Statistics and Marketing - along with purpose descriptions and additional information. This information is automatically drawn from the latest scan report for your website and is automatically updated with each new scan.
Can I customize the Cookie Declaration?
Styling:
The Cookie Declaration will automatically adopt the styling on your website (from your website’s general stylesheet). If you would like to style it further, you can override the standard styling using the CSS !important
rule in your website’s own stylesheet.
Introduction text:
You can choose if the introduction text should be included or not (see (1) above). If you embed the Cookie Declaration in your existing Privacy Policy, you may already have explained the use of cookies somewhere else.
If you do not wish to include the introduction text, you can deselect it from the backend Manager:
- Log in to your account https://manage.cookiebot.com/goto/login
- Go to the menu point ‘Settings’ and the tab ‘Declaration’
- Un-tick the checkbox at the bottom
- Save your settings (tick-mark on the left-hand side blue panel)
You can also edit the introduction text. This is accessible from the tab 'Content' (see below). There is guide for how to customize text, which is also useful for changing the introduction text. Please see How can I customize the content in the cookie consent banner? The Cookie Declaration will be displayed in the same language(s) as you have chosen for the cookie consent banner. You can see what languages are available here: What languages are available for the cookie consent banner?
Make a custom cookie declaration:
You can also choose to make your own custom Cookie Declaration using XSLT (premium subscription only).
For this, a custom template is available. This contains XSLT as well as XML data nodes (available from the small grey question mark on the right-hand side).
Please remember to include all the needed elements including the consent panel where the user can change or withdraw consent.
To include the default consent panel, insert the following div
at the position where you want to display the panel:
<div id="CookieDeclarationUserStatusPanel"></div>
If you want to customize the consent panel, we provide a Cookiebot JavaScript SDK, e.g. you can insert the following:
<a href="javascript: Cookiebot.renew()">Change your consent</a>
<a href="javascript: Cookiebot.withdraw()">Revoke your consent</a>
I have a free subscription. When I look at the tab ‘Declaration’ on my Cookiebot account it says ‘this feature is only available with premium subscription’. Do I not have access to the Cookie Declaration?
The standard Cookie Declaration is available to both free and premium subscriptions. The script for it can be found on the ‘Your scripts’ tab (it’s the 2nd of the 2 scripts). It is implemented as described in the second part of step 3 in our general 3-step installation guide or following the instructions in the other implementation guides available.
What you can see under ‘Declaration’ is the possibility to make a custom Cookie Declaration using XSLT. This is available with a premium subscription only.
How do I implement the Cookie Declaration?
For general implementation of the Cookie Declaration, please see the second part of step 3 of our general installation guide. https://www.cookiebot.com/goto/help
Other Cookiebot implementation guides which include instructions on how to implement the Cookie Declaration:
- Google Tag Manager deployment
- Wordpress guides and articles
- Wix installation
- Adobe Dynamic Tag Management deployment
- Joomla installation
- Prestashop installation
- Drupal installation
Comments
0 comments
Please sign in to leave a comment.