Skip to content

CookieTractor script triggered multiple times

This problem occurs when our script is loaded more than once when the page is loaded. This will re-open the cookie banner on each page load which even if the visitor has consented to cookies.

Fix the problem

Start by looking at your websites HTML-code and ensure that this script is node 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.