Cookiebot
Cookiebot is a consent and cookie management platform that scans your website, categorises cookies and displays a consent banner to visitors. It provides a consent that can be added to your ShopWired website to manage tracking preferences.
Key features for Cookiebot include:
- Cookie consent banner
- Automated cookie scanning
- Consent categories
- Regulation presets
- Script blocking and triggering
Cookiebot integrates with ShopWired by adding a consent script into your ShopWired theme so the Cookiebot banner appears on every page of your website.
Account creation
Account creation
Create an account on the Cookiebot website. After your account is created, add your website domain and complete the initial setup steps to access your installation code.
Theme installation
Theme installation
Cookiebot provides a single consent script (referred to as the production code in Cookiebot) that enables the consent banner and controls how cookies load on your website.
Copy the consent script provided by Cookiebot, similar to the example shown below:
<script id="Cookiebot" src="https://consent.cookiebot.com/uc.js" data-cbid="YOUR-ID" data-blockingmode="auto" type="text/javascript"></script>
The script shown above is provided as an example only. You must copy the exact script provided in your own account, as the script and any ID values will be unique to your website.
Add this script to your theme’s master.twig file:
- Navigate to Website > Themes
- Select the
code editoroption for the theme you want to install it on - Add the script just above the closing
</head>tag
Recommendations
Recommendations
Test across devices
Check banner display and behaviour on desktop and mobile to confirm a consistent visitor experience.