Cookiebot is a freemium service to manage visitor's preferences about cookies. It provides a cookie banner from which the visitor can choose which cookies (s)he likes to consent to or deny. In the cookie policy of the implementing website, Cookiebot can display a form to make possible for the visitor to change his/her decision about cookies accepted or denied.
Questions tagged [cookiebot]
18 questions
5
votes
0 answers
Cookiebot - refusing cookies prevented HttpClient from running the subscribe method callback
Our client is using cookiebot on their sites and we faced an issue that is happening when the user chooses "Only Necessary" cookies. This problem occurs only when the "Only Necessary" option is selected, and is not happening if all cookies are…

Ahmed Mechergui
- 51
- 2
3
votes
0 answers
NextJS/CookieBot: CookieBot script with data-blockingmode="auto" is preventing the dynamically generated scripts to load
I have a NextJS site and recently implemented CookieBot. The CookieBot seems to be blocking the dynamically generated NextJs scripts before the cookies are accepted. When I add data-blockingmode=" manual" to the cookiebot script, it works fine. I…

Mshah
- 45
- 8
2
votes
2 answers
NextJs Script not rendering inside component
I am trying to implement Cookiebot on my NextJs Website.
The docs (Link to docs) mention to insert the script for the cookie declaration inside the HTML of the specific page, for me it is an own subpage only for the cookie declaration.
If I use the…

SerhatSungur
- 21
- 1
2
votes
2 answers
cookiebot in google tag manager with consent mode
I am trying to implement the Cookiebot CMP using Google Tag Manager and Google's Consent Mode. I followed the tutorial on https://support.cookiebot.com/hc/en-us/articles/360003793854-Google-Tag-Manager-deployment but the only other tag in my…

julesd
- 71
- 7
2
votes
2 answers
How to properly implement Cookiebot with requirejs?
I have bought Cookiebot so my site is GDPR compliant but I have an issue with implementing it. If I do everything step by step acording to their tutorial and put this script as the very first in the head it probably works. (I hid my cbid…

Arcane
- 669
- 1
- 10
- 25
1
vote
0 answers
Cookiebot: Problem with deleting cookies after user has changed consent
I am working on React app which uses Cookiebot for dealing with cookies. Problem is, we have noticed that if user changes his previous consent (be it disabling cookies at all, or just certain category) cookies belonging to disabled…

cowefe
- 213
- 1
- 12
1
vote
0 answers
How to load external script on click (after page load) when in Cookiebot's auto-blocking mode
I am using Cookiebot in auto blocking mode.
For one particular case (an embedded twitter timeline) I need to do things "by hand". I would like to do the following regardless of the user's choice in the Cookiebot banner:
show an "allow twitter"…

fekioh
- 894
- 2
- 9
- 22
1
vote
1 answer
Google Tag Manager, Cookiebot and Google Analytics: which are the consequences of switching from "Page View" to "Window Loaded" track type in tags?
I'm following the guide from Cookiebot to implement the cookie banner with Google Tag Manager that explicitly states that:
Please note: If your existing trigger is of the event type "Page
View", you need to change it to event type "Window Loaded"…

Aerendir
- 6,152
- 9
- 55
- 108
0
votes
1 answer
google analytics altering link in worpress with elementor and cookiebot
We have a issue regarding wordpress with elementor, google analytics and cookiebot installed.
Our issue is that google analytics alters urls when rejecting cookies, resulting in elementor popups not working.
Elementor owns popup rely on the url…
0
votes
0 answers
Can Cookiebot block traffic from campaigns to GA4?
We use the Cookiebot on our website, which has worked fine for a few months. We got all the traffic from the website streaming into GA4.
We implemented the Cookiebot using the Cookiebot CMP tag in Google Tag Manager.
When we launched a few campaigns…

Eyal Bar-Nir
- 1
- 1
0
votes
0 answers
Blocked embedded YouTube videos unless Marketing cookies have been accepted in Umbraco
I need to block embedded YouTube videos unless Marketing cookies have been accepted by the user. Our site uses Umbraco as CMS, which means most, though not all, videos are being embedded through the Umbraco backoffice.
I've been following this…

Leth
- 1,033
- 3
- 15
- 40
0
votes
1 answer
How to implement Cookiebot in Vue 3
I used cookiebot already for my vue 2 projects but now I switched to vue 3 and the cookiebot does not work anymore. I did the following steps:
Install the cookiebot plugin
npm install @ambitiondev/vue-cookiebot-plugin --save
Put the cookiebot…

Chris
- 415
- 5
- 19
0
votes
0 answers
Filter out Cookiebot from GA4 web traffic
We are using Google Analytics 4 (GA4) via Google Tag Manager (GTM), with Cookiebot as the Consent Management Platform (CMP).
Every so often Cookiebot is scanning our site.
In the web server logs, we can see that the user agent contains Cookiebot as…

de1
- 2,986
- 1
- 15
- 32
0
votes
1 answer
Cookiebot blocks lazy loeading of images
Actual behavior:
When opening a page the cookie banner is displayed. When the cookies are accepted everything works as intended. When the only necessary cookies are accepted the lazy loading of pictures doesnt work anymore. After reloading the page…

Danny.404
- 71
- 1
- 7
0
votes
1 answer
Can't get outer html of WebView in HTML when site is on cookiebot
when I load my web, it returns html corretly.
But when I load any page of geocaching.com, I get source like that (you must be logined, otherwise it give other but still wrong content):
`https://pastebin.com/QJLS1Py3`
I'm logined and accepted all…

PatrikHorka
- 19
- 3