Remove cookiebot link on declarion page
AnsweredHi,
How to Remove "cookiebot” hyperlink & text on declarion page lastupdates by part? I have a premium license.
“Cookie declarion last updated on “date” by Cookiebot”
I assume I need to edit below code ?
<p class="CookieDeclarationLastUpdated"><xsl:value-of select="//Labels/LastUpdated" disable-output-escaping="yes"></xsl:value-of>: </p>
Thanks
-
Hi ALTA-ICT,
The simple way to remove "cookiebot" hyperlink & text on declaration page is to rename the ID of the cookiedeclaration script from "CookieDeclaration" to "CookiePolicy".
The same goes for the cookie banner: Rename the tag ID from "Cookiebot" to "CookieConsent", then "by Cookiebot" will not be displayed in the last-updated-label.Regards,
Spas0 -
Hi,
Thanks, it works but by only changing cookiedeclaration script/code on my wordpresswebsite.
I also did below change via declaration template "https://manage.cookiebot.com/en/manage". Is this correct?
"<div class="CookieDeclaration"> to <div class="CookiePolicy">"
or do i need only to edit the pages ?
Changed HTML on Declaration Page
<script id="CookiePolicy" src="https://consent.cookiebot.com/ID/cd.js" type="text/javascript" async></script>
I did not rename the cookie banner tag id. i use wordpess plugin and he add it based on my configured Cookiebot ID in the plugin, so that is not possible? "https://wordpress.org/plugins/cookiebot/"
<script id="Cookiebot" src="https://consent.cookiebot.com/uc.js" data-cbid="ID" type="text/javascript" async></script>
What is the best practice? Delete plugin "Cookiebot | GDPR Compliant Cookie Consent and Notice" and code on declaration page and implement cookiebot via Google Tag Manger ?
I cannot edit the scripts via "https://manage.cookiebot.com/en/manage"
Thanks a lot.
0 -
Hi ALTA-ICT,
In case that the Cookiebot plugin can not be renamed, you could use the Google Tag Manager. The other option is to implement Cookiebot manually, adding the consent banner/dialog script into the HEAD of the website and the cookie declaration script into the Cookie Declaration page.
Regards,
Spas0 -
Hi Spas,
It works, I succesfully publish Cookiebot (CookieBanner and CookieDeclaration) via GTM, without the Cookiebot branding. Thank you.
What is the best way to implement 'prior consent' for all my cookies? If possible with one script via GTM?
I try the instructions on this link (2. Controlling cookies) but is not working. I use MonsterInsight for other EU-Compliance (ForceSSL,anonymizeIp etc) but now i remove cookiebot wordpress plugin i'am not able to integrate prior consent for google analytics anymore.
When i try below, users can't change their cookiesettings anymore
https://www.cookiebot.com/en/help/
To enable prior consent, apply the attribute "data-cookieconsent" to cookie-setting script tags on your website. Set the comma-separated value to one or more of the cookie categories "preferences", "statistics" and "marketing" in accordance with the types of cookies being set by each script. Finally change the attribute "type" from "text/javascript" to "text/plain". Example on modifying an existing Google Analytics Universal script tag:
<script type="text/plain" data-cookieconsent="statistics"> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-00000000-0', 'auto'); ga('send', 'pageview');</script>
0 -
Hi ALTA-ICT,
If you have cookies set by GTM you should also implement Cookiebot by using GTM. You should not be using both the WP plugin and GTM implementation of Cookiebot.
It is right that your have removed the Cookiebot plugin and you are using GTM in your case.However, cookies set in javascript directly can be set as prior consent to a GTM implemented Cookiebot. But you cannot markup cookies set by GTM with a direct cookiebot implementation (javascript / WP plugin).
So you need to implement prior consent to cookies via GTM in order everything to work properly.Regards,
Spas0 -
@Spas – vConnect – Community Supporter,
Can you check if prior consent is now ok for my cookies "https://alta-ict.nl/". i set it via GTM. i got mothly report that stil not all cookies are prior consent.
0 -
Hi ALTA-ICT,
It seems that at least some of your cookies are set by images and by a bunch of inline scripts that are not controlled by GTM and aren't wrapped to be controlled by Cookiebot as well. I advise you to go over your markup again using your report to identify the things that has been missed first time round. Afterwards my suggestion is to run the scan again in order to see the new results of the report.
If a compliance report (ordered from the front page of cookiebot.com) comes back saying 'partly compliant', then it could well be because of unclassified cookies because the public compliance test does not take into consideration his local settings (see last part here)
However, for your monthly scan reports - and if for some of the individual cookies it says "prior consent enabled: no" (in red letters) then it means that there are cookies/trackers you have not yet marked up (or has not marked up correctly).
You needs to do so according to the information listed (for example what line in the source code the script setting the cookie/tracker is located). There is more information about that under point 3 here (client side and server side cookies)Regards,
Spas0
Please sign in to leave a comment.
Comments
7 comments