cookiebot
Forum Replies Created
-
It seems like I didn’t clear the cache and that was the problem.
Now I’m facing a new one: even though I put the checkmark there to allow statistics, it doesn’t enable the Analytics cookies.
Any ideas?
Could you provide us with a domain name so that we can check?
Glad to see that you are helping each other out. Sorry for the late response, we are very busy at the moment. Thanks for your understanding.
This article describes how to mark up an iframe:
Iframe cookie consent with YouTube example
You should insert the following code;
<div class="mapouter"> <div class="gmap_canvas"> <iframe width="448" height="363" id="gmap_canvas" data-src="https://maps.google.com/maps?q=myaddress&t=&z=13&ie=UTF8&iwloc=&output=embed" cookieconsent="marketing" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"> </iframe> </div> <style>.mapouter{overflow:hidden;height:363px;width:448px;}.gmap_canvas {background:none!important;height:363px;width:448px;}</style> </div>And if you want to display a message, you can also add
<div class="cookieconsent-optout-marketing"> Please <a href="javascript:Cookiebot.renew()">accept marketing-cookies</a> to watch this video. </div>- This reply was modified 7 years, 11 months ago by cookiebot.
It also seems that you are using the old approach from
https://wordpress.org/support/topic/great-plugin-but-cant-get-prior-consent-to-work/#post-10294396
Rather than
https://wordpress.org/support/topic/great-plugin-but-cant-get-prior-consent-to-work/#post-10305627
Which will work better if you have multiple videos on the same page.
@collegespun did you try with a clear cachce, e.g. Incognito mode? The uc.js script may be cached in your browser. By default it can cache up to 24 hours.
- This reply was modified 7 years, 11 months ago by cookiebot.
What do you suggest I try next then? Apply the change to both line 78 and 22? (Referring to line numbering on github)
Sorry for the delay. I’ve just tested, and yes, this works. Please try it out.
Since you mentioned that you use Jetpack, we’ve had our coders do a Cookiebot -> Jetpack integration, where the Google Map widget is withheld from showing, until the user gives consent to marketing cookies. There is even a link to change the users consent, with some text saying; please accept marketing cookies to see this map. Right now the text is hardcoded but will be editable later. Take a look at the installation instructions here; https://github.com/CybotAS/CookiebotAddons (push the Clone or Download button -> Download ZIP)
For your convenience, we will soon release this as a WP plugin, that can run side-by-side with Cookiebot. Moreover, we’ll add Facebook for WooCommerce integration there as well, so you wont have to update it manually again.
Yes, we are recommending everyone to untick the marketing checkbox in order not to risk being non-compliant after 25 May. If we receive a formal clarification that says otherwise, then we’ll let all our users know. But as long as we do not have any formal clarification, we need to rely on what is written in both the GDPR legal text and the latest WP29 Guidelines on consent (wp259rev.01). It will probably result in fewer users actively opt-ing in to marketing cookies, yes, but there is not much to do about it at this stage – let’s see if the EU modifies the interpretation (we’re sure many are hoping for this).
The text you are quoting is information for those users who use GA or similar for statistics purposes (only) and have not set up their analytics to anonymize user data. In that case, the statistics category *also* contains personal data and should therefore be un-ticked – just like the marketing category *also* should. There is no argument – for now – for having the marketing check-box pre-ticked, sorry.
Regarding the banner you saw on the other website, we cannot evaluate if its use is compliant or not – it depends on the kind of personal data handled by that website. If for example your users’ personal data are being used for more than one purpose, then it should be possible for the user to opt-in and opt-out of each of those different purposes. Details about the banners are here: https://support.cookiebot.com/hc/en-us/articles/360004413993 but if you are in doubt about the interpretation of GDPR and how it will be enforced after 25 May 2018, then you should reach out to your national Data Protection Authority for guidance – contact details can be found here: http://ec.europa.eu/newsroom/article29/item-detail.cfm?item_id=612080
@collegespun the bugfix has been released, and everything should be working as usual now.
I’ll go ahead and resolve this ticket. Do let us know if you have further issues.
Thanks for reaching out.
In accordance to the GDPR, the user is not opting-in to the individual cookies, but rather to the purpose, which could be online tracking for marketing purposes. If a user has opted-in to marketing, and an additional 3rd party cookie is being set on your website, which was not a part of the cookie declaration at that time, then it will be visible the next time your website is scanned (which is 1 month by default).
If you want to stay 100% up to date, then we have an option to configure your account to get daily scans, however this may be too expensive for WP users, and is normally used by big media sites.
If you are implementing new features yourself, and know that these features will introduce 1st party cookies, you can always start a manual scan of your website from https://manage.cookiebot.com/en/cookies
- This reply was modified 7 years, 11 months ago by cookiebot.
hi @dan14,
This is probably due to your theme rather than Cookiebot itself. The theme may have global CSS rules which are overriding Cookiebots CSS rules.
I’ve set up a demo page with the dark theme which you can preview here:
http://cookiebotdemo.azurewebsites.net/
As you see, the background color is black.
Could you provide us with your domain name so that we can verify? If you want to keep your domain name secret, reach out to one of our emails at our helpdesk: http://www.cookiebot.com/goto/helpdesk/ and let us know if you’ve done that.
- This reply was modified 7 years, 11 months ago by cookiebot.
@bernardzijlstra I’ll go ahead and mark this question as resolved for now.
Good to hear that you’ve figured it out.
Currently the only way to downgrade is to cancel your account, wait 5 minutes, and then create a new account with the same username.
- This reply was modified 7 years, 11 months ago by cookiebot.
Hi @otta,
Please see the following article for an explanation:
Also, if you have image pages that are being counted as subpages, please see our FAQ for an explanation and a solution:
We’ve found the bug and a bug-fix is due to be released later today. Thanks for informing us, and thanks for your patience.
In regards to your DFP code. Do you want it to execute when the user accepts marketing cookies?
If so, try this:
<script type="text/plain" data-cookieconsent="marketing"> Cookiebot.getScript("https://www.googletagservices.com/tag/js/gpt.js", true, function() { var googletag = googletag || {}; googletag.cmd = googletag.cmd || []; googletag.cmd.push(function() { var adunit0 = googletag.sizeMapping(). addSize([1060, 0], [ [1, 1] ]). //desktop addSize([768, 0], [ [1, 1] ]). //tablet addSize([415, 0], [ [1, 1] ]). //mobile addSize([0, 0], [ [1, 1] ]). //other build(); var adunit1 = googletag.sizeMapping(). addSize([1060, 0], [ [300, 600], [300, 250] ]). //desktop addSize([768, 0], [ [300, 600], [300, 250] ]). //tablet addSize([415, 0], [ [1, 1] ]). //mobile addSize([0, 0], [ [1, 1] ]). //other build(); var adunit2 = googletag.sizeMapping(). addSize([1060, 0], [ [1, 1] ]). //desktop addSize([768, 0], [ [1, 1] ]). //tablet addSize([415, 0], [ [1, 1] ]). //mobile addSize([0, 0], [ [1, 1] ]). //other build(); var adunit3 = googletag.sizeMapping(). addSize([1060, 0], [ [970, 250], [728, 90] ]). //desktop addSize([965, 0], [ [1, 1], [320, 100], [320, 50], [728, 90] ]). //tablet addSize([415, 0], [ [1, 1], [320, 100], [320, 50] ]). //mobile addSize([0, 0], [ [1, 1], [320, 100], [320, 50] ]). //other build(); var adunit4 = googletag.sizeMapping(). addSize([1060, 0], [ [300, 600], [300, 250], [1, 1] ]). //desktop addSize([768, 0], [ [300, 250], [600, 300], [648, 60], [1, 1] ]). //tablet addSize([415, 0], [ [1, 1] ]). //mobile addSize([0, 0], [ [1, 1] ]). //other build(); var adunit5 = googletag.sizeMapping(). addSize([1060, 0], [ [728, 90] ]). //desktop addSize([768, 0], [ [1, 1], [300, 250] ]). //tablet addSize([415, 0], [ [1, 1], [300, 250] ]). //mobile addSize([0, 0], [ [1, 1], [300, 250] ]). //other build(); var adunit6 = googletag.sizeMapping(). addSize([1000, 0], [ [1, 1] ]). //desktop addSize([768, 0], [ [1, 1] ]). //tablet addSize([415, 0], [ [1, 1] ]). //mobile addSize([0, 0], [ [1, 1] ]). //other build(); var adunit7 = googletag.sizeMapping(). addSize([1060, 0], [ [0, 0] ]). //desktop addSize([768, 0], [ [1, 1] ]). //tablet addSize([415, 0], [ [1, 1], [300, 250] ]). //mobile addSize([0, 0], [ [1, 1], [300, 250] ]). //other build(); var adunit8 = googletag.sizeMapping(). addSize([1060, 0], [ [640, 360] ]). //desktop addSize([768, 0], [ [640, 360] ]). //tablet addSize([415, 0], [ [375, 215] ]). //mobile addSize([0, 0], [ [375, 215] ]). //other build(); var adunit9 = googletag.sizeMapping(). addSize([1060, 0], [ [0, 0] ]). //desktop addSize([768, 0], [ [0, 0] ]). //tablet addSize([415, 0], [ [1, 1], [300, 250], [320, 50] ]). //mobile addSize([0, 0], [ [1, 1], [300, 250], [320, 50] ]). //other build(); googletag.defineSlot(‘/81469499/ 1 x1NEW’, [1, 1], ‘div - gpt - ad - 1469714874611 - 0’).defineSizeMapping(adunit0).addService(googletag.pubads()); googletag.defineSlot(‘/81469499/ 300 x600NEW’, [ [300, 250], [300, 600] ], ‘div - gpt - ad - 1469714874611 - 1’).defineSizeMapping(adunit1).addService(googletag.pubads()); googletag.defineSlot(‘/81469499/mobile 320 x50’, [1, 1], ‘div - gpt - ad - 1469714874611 - 2’).defineSizeMapping(adunit2).addService(googletag.pubads()); googletag.defineSlot(‘/81469499/SmartBanner’, [ [1, 1], [320, 50], [320, 100], [728, 90], [970, 250] ], ‘div - gpt - ad - 1469714874611 - 3’).defineSizeMapping(adunit3).addService(googletag.pubads()); googletag.defineSlot(‘/81469499/Top 300 x250’, [ [300, 600], [300, 250], [300, 1050], [300, 400] ], ‘div - gpt - ad - 1469714874611 - 4’).defineSizeMapping(adunit4).addService(googletag.pubads()); googletag.defineSlot(‘/81469499/UnderPost’, [ [300, 250], [728, 90], [970, 250], [970, 90], [1, 1] ], ‘div - gpt - ad - 1469714874611 - 5’).defineSizeMapping(adunit5).addService(googletag.pubads()); googletag.defineSlot(‘/81469499/FullPage’, [ [1, 1] ], ‘div - gpt - ad - 1469714874611 - 6’).defineSizeMapping(adunit6).addService(googletag.pubads()); googletag.defineSlot(‘/81469499/MinuteMediaVideo’, [ [970, 250], [728, 90], [300, 250], [320, 50], [1, 1] ], ‘div - gpt - ad - 1469714874611 - 7’).defineSizeMapping(adunit7).addService(googletag.pubads()); googletag.defineSlot(‘/81469499/UndertoneTestST’, [ [640, 360], [375, 215], [1, 1] ], ‘div - gpt - ad - 1469714874611 - 8’).defineSizeMapping(adunit8).addService(googletag.pubads()); googletag.defineSlot(‘/81469499/AdsenseTest 300 x250’, [ [728, 90], [300, 250], [1, 1] ], ‘div - gpt - ad - 1469714874611 - 9’).defineSizeMapping(adunit9).addService(googletag.pubads()); googletag.enableServices(); }); }) </script>@collegespun we’ve investigated the issue and this is a bug that has been introduced in our latest version of Cookiebot, for visitors outside of the EU. It will be fixed later today. You won’t have to do anything other than to check if it works in a couple of hours.
I’ll go ahead and set the ticket to “resolved” for now. We can continue your other inquiry at https://wordpress.org/support/topic/great-plugin-but-cant-get-prior-consent-to-work/
Thanks for your patience.
@collegespun thanks for letting us know. We are investigating the issue and will get back to you shortly.