Forum Moderators: martinibuster
Google AdSense and Cookies (Cookie Law) email
If your site does not use any cookies, just declare it (e.g. The Information Providers Guide site does not use any cookies). If your site uses the same cookies as the Commission homepage, you can just link to the top level cookie notice,
[ec.europa.eu...]
Easier just to block EU traffic altogether.
The question is how strict is Google going to get and do you really want to see if they will clamp down by not playing ball.
A few lines of serverside script, a GEO IP "lookup", and an "include"* and /or "redirect" ( which depends on the "lookup" data ) , is all that is needed for compliance..
That'll be on Sept 29th at about 23:55 then
While before, the EU’s cookie policy has been common for those sites based in the EU, Google’s policy change will affect a number of publishers, as any site on the web could potentially have EU-based traffic.Sigh.
The effectiveness of cookie-related user consent notifications is questionable, however. According to a late 2014 study on the matter [blogs.wsj.com], the EU’s cookie-notification policy has cost billions of euros per year in terms of compliance costs for websites, but has offered few benefits to web users. That is to say, the implementations thus far have not changed user behavior, the report found.
if (document.cookie.indexOf('cookieConsent=') > -1) (adsbygoogle = window.adsbygoogle || []).push({}); It seems that G doesn't set any cookies if the condition isn't met. I have no clue how my question to the visitor should stop AdSense cookies.
This site uses cookies from Google to deliver its services, to personalise ads and to analyse traffic. Information about your use of this site is shared with Google. By using this site, you agree to its use of cookies. Learn More Got it