martinivanov
Forum Replies Created
-
If I understanding correctly, you want “marketing cookie” to be in a separate banners, which is not possible. You can change the setting in the admin panel and leave the “marketing” checkbox empty to be compliant with the “privacy by default” principle under the GDPR.
Regards,
MartinHey @zetpap
There is a width of 540px set to all inputs on your website in your global stylesheet. You can remove this and you will be able to click the “see details” button.
Check this screenshot:
Kind regards,
MartinHey @stefancamargo,
Put data-cookieconsent attribute in the script tag and
that’s what your code should look like:<script async src=”//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”
type=”text/plain” data-cookieconsent=”marketing”></script>
<script type=”text/plain” data-cookieconsent=”marketing”>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: “ca-pub-******”,
enable_page_level_ads: true
});
</script>Try it and please let me know, if something is wrong.
Regards, Martin
Yes, seems like your prior consent implementation on ads it`s correct, by following the method from the example in the link. Should work properly on your script.
Please notify me if any problem occurs.Regards,
MartinYou have implemented Cookiebot correct in head of the page. When we inspected we saw that cookies are being set after consent is given, but immediately something is removing them. Please check if its some kind of plugin or something else that you have and might cause such behavior.
My guess is that there is a conflict whit any plugin that you use.
Regards,
MartinHey Stefan,
To add prior consent you need to add the data-cookieconsent attribute to the second script tag. You can check the example for AdSense here: https://support.cookiebot.com/hc/en-us/articles/360003812773-AdSense-cookie-consent
Regards,
MartinHi staceppa,
I am a Cookiebot reseller, so if you’d like please mail me your domain name or post it here and we can check out what might went wrong and help you. You can contact me at [email protected]
Regards,
Martin