Forum Moderators: martinibuster
Google AdSense and Cookies (Cookie Law) email
What happened with IE8 @Badger37? Just no display or something more horrid? It does take a bit of time especially when you find sites you wrote 12 years ago that make no use of includes. I found it very much easier to remove Adsense from those sites rather than rewrite the architecture in a more sensible way.
How do you go about setting the path in the javascript cookie so it applies to the whole website rather than just a subdirectory? I am no good at javascript and the relevant line in the code builds the information in a way that is too clever for me.
document.cookie = cookie + "=" + value + "; " + expires; document.cookie = cookie + "=" + value + "; " + expires + "; path=/";
More worryingly Cybot have this on their website:
If you use any of Google's embedded services on your website, like AdSense, Analytics, Maps, YouTube and Tag Manager, you must obtain cookie consent from visitors before enabling the services.
If that proves to be the case then it will cause lots of problems.
Being compliant for EU cookie law specially in countries like France, Germany and the Netherlands means placing no tracking/ad cookies before you have permission or implied consent. In practice it would be something like on first page view no tracking/ad cookies and on the second page view you can start placing all cookies.
Or a cookie wall. That's what most larger sites in The Netherlands have opted for after being threatened with hefty fines.