CookieHub
CookieHub is a cookie consent management platform that enables you to display a GDPR compliant cookie banner and control how tracking scripts operate on your website. It provides tools to manage visitor consent and control how tracking scripts operate on your website.
CookieHub offers features such as automated cookie scanning, configurable consent categories and detailed reporting on visitor preferences.
Key features for CookieHub include:
- Cookie consent banner
- Automated cookie scanning
- Consent categories
- Multi region compliance settings
- Script blocking and triggering
CookieHub integrates with ShopWired by adding a consent into your ShopWired theme so the consent banner appears on every page of your website.
Account creation
Account creation
Create an account on the CookieHub website. After your account is created, CookieHub will provide an installation script.
Installing the CookieHub consent script
Installing the CookieHub consent script
The CookieHub consent script displays a site-wide consent banner and must be added to your ShopWired theme so that it loads on every page of your website.
Copy the script provided by CookieHub, similar to the example below:
<script src="https://cdn.cookiehub.eu/c2/your-domain-code.js"></script>
<script type="text/javascript">document.addEventListener("DOMContentLoaded",function(){var cpm={};window.cookiehub.load(cpm);});</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.
View a live preview
After adding the script to your theme, navigate to your live website to confirm that the CookieHub banner appears.