Ketch
Ketch is a platform for managing data privacy, consent preferences and compliance workflows across websites and digital properties.
Key features include:
- Consent banner management
- User consent preference storage
- Privacy and compliance controls
- Data governance tooling
- Website tracking consent collection
Ketch integrates with ShopWired by adding a tracking to your ShopWired theme so you can collect and manage customer consent preferences on your website.
Account creation
Account creation
Create an account on the Ketch website.
After your account has been configured, Ketch will provide the tracking script required for installation.
Theme installation
Theme installation
Ketch provides a tracking script similar to the example shown below:
<script>
!function(){window.semaphore=window.semaphore||[],window.ketch=function()
{window.semaphore.push(arguments)};var e=new
URLSearchParams(document.location.search),n=document.createElement("script");n.type="text/javascript",
n.src="https://global.ketchcdn.com/web/v3/config/example/website_smart_tag/boot.js",
n.defer=n.async=!0,document.getElementsByTagName("head")[0].appendChild(n)}();
</script>
The script shown above is provided as an example only. You must copy the exact script provided in your own Ketch account, as the script and any ID values will be unique to your website.
- Navigate to Website > Themes
- Select the
code editoroption for the theme you want to edit - Open the
master.twigfile - Add the Ketch tracking script just above the closing
</head>tag - Select Save changes
After the script has been added, Ketch will begin collecting data from your website.
Recommendations
Recommendations
- Test consent functionality on a draft theme before publishing changes
- Ensure the Ketch script is added only once within the theme
- Review consent banner behaviour after theme updates
- Keep a record of where privacy and consent scripts have been installed
- Confirm any third-party tracking tools used on your website are configured within your Ketch account