Use Cookiebot's custom event listeners or callback method to ensure the Extellio script won't set cookies prematurely. Both the event listener and callback fire when consent changes, and each page load. It means that if the visitor changes their consent through their visit, the event listener or callback will prevent the Extellio script from setting cookies.
<script type="text/javascript">
function extellioCookieBotConsent(e) {
if (Cookiebot.consent.statistics) {
extellio_actions.push(['rememberCookieConsentGiven']);
} else {
extellio_actions.push(['forgetCookieConsentGiven']);
}
}
window.addEventListener('CookiebotOnAccept', ExtellioCookieBotConsent);
window.addEventListener('CookiebotOnDecline', ExtellioCookieBotConsent);
</script>
With our cookieless analytics, you can track visitors without cookies while still being GDPR and privacy-friendly!
100,000 actions/month
Standard analytics for most needs. Up to 100 000 actions.
25 heatmap samples/day
Get started with heatmaps & recordings and start seeing things from your users' point of view.
30 responses/month
Start getting to know your users with surveys. Who are they? Why are they on your site?
Immediately after sign-up, you’ll receive a script to install on the website you’ve chosen. The script will only work on the chosen website. Your account won’t contain any data until you install the script. If you’d like to see an example of what it’ll look like when it’s up and running, please sign up for our online demo.
Check your email for an activation link
to complete the registration.