24 questions
3
votes
0
answers
43
views
Integrating CookieBot via GTM on Hostinger AI builder
I've implemented CookieBot in GTM by the official guides: https://support.cookiebot.com/hc/en-us/articles/360003793854-Google-Tag-Manager-deployment
No matter what I do, Google Consent Mode scanner ...
0
votes
0
answers
157
views
Cookiebot Consent Preferences Not Persisting After Page Refresh in React Application
I'm trying to implement a Cookiebot cookie consent banner in my React application, but I'm facing an issue where, after I decline some unnecessary cookies, the preferences are not being saved across ...
0
votes
0
answers
71
views
Google Analytics session id being incorrectly persisted in data
I'm debugging an e-commerce site which isn't seeing any attribution data on checkouts.
I've set up the GA4 BigQuery export and have found that within event_params the session id is sometimes being ...
0
votes
0
answers
60
views
Stage environment contains new cookies which are not yet deployed to production
We are developing a new version of our application. It will be the first version to include Cookiebot and Google Analytics.
Currently, we have the following configuration in Cookiebot admin console. ...
0
votes
2
answers
362
views
Integrating Usercentrics Cookiebot with Angular 18 and SSR
I'm building a website with Angular 18 and SSR. However due to EU regulations, cookieconsent form must be implemented. I tried to build one on my own, but it seems to be very hard to detect third ...
0
votes
1
answer
107
views
Add data attribute to WooCommerce script
I would like to add a data attribute to a script that is placed by the WooCommerce plugin. This is the script:
woocommerce/assets/js/select2/select2.min.js
Because Cookiebot is set to automatic for us,...
0
votes
1
answer
378
views
How to add JSON object inside script tag in NextJS
I'm trying to set some configuration values within a Cookiebot initialisation script tag in a NextJS project.
The documentation specifies that I can set vendor properties by passing in a JSON object ...
1
vote
1
answer
775
views
Cookiebot Script causes Hydration Error in NextJs
I have a Cookiebot Script that i am including at the top of of the in my Root Layout Component.
Now when i am initially loading the page, the Cookiebot Banner shows up and works. But if i am not ...
2
votes
0
answers
905
views
Cross-Domain Cookie Consent with Subdomains
Im using following domain/subdomains:
www.example.com ( Blog )
login.example.com ( Login Portal )
my.example.com ( Members area )
Also Im using Cookiebot for cookie consent management.
Each time a ...
0
votes
1
answer
85
views
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 ...
2
votes
0
answers
752
views
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)...
3
votes
2
answers
2k
views
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 ...
0
votes
3
answers
3k
views
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/...
5
votes
0
answers
492
views
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&...
0
votes
1
answer
2k
views
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 ...
2
votes
2
answers
5k
views
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-...
7
votes
0
answers
5k
views
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="...
2
votes
0
answers
879
views
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 ...
2
votes
2
answers
6k
views
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 ...
0
votes
1
answer
153
views
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://...
0
votes
1
answer
3k
views
Cookiebot automode skip specific script
i installed cookiebot via the wordpress plugin and it works great.
The problem i've is that i've one script i need cookiebot to skip, but i don't find any way to do it.
Does anyone know how to do ...
-1
votes
1
answer
2k
views
Cookiebot banner overlays footer section with imprint
i added the cookiebot plugin to my wordpress system and now i have the problem, that the imprint is not viewable when the banner is open.
I don't want the banner to come from the top.
I tried it ...
0
votes
3
answers
1k
views
Invoke a javascript function after page loading is finished?
I use CookieBot in our html pages. CookieBot javascript doesn't load in test environment and throws a net::ERR_ABORTED 404 error.
When this happens, the loading spinner in the page keeps displaying ...
1
vote
1
answer
1k
views
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", ...