CookieTractor script triggered multiple times
This problem occurs when our script loads more than once on page load. This will re-open the cookie banner on each page load, even if the visitor has consented to cookies.
Fix the problem
Start by reviewing your website's HTML and ensure the script isn't included more than once.
<script src="https://cdn.cookietractor.com/cookietractor.js" data-lang="xx-XX" data-id="{website-id}"></script>
Using a Tag Manager?
If you are using Google Tag Manager, Matomo or any other tag manager tool, double-check that our script is not loaded via the script-tag and the tag manager at the same time.