Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a setting on Google Adsense to suppress use of cookies for users who have not yet given consent

Update: I have split my original question into two to let each one be more cohesive.

According to EU Article 5(3) of the E-Privacy Directive (a.k.a 'The Cookie Laws'), web sites that target EU users have to gain opt-in consent from users before they set a cookie.

See ICO Guidence

I am trying to square this with Google Adsense on my web site.

I would imagine that Google Adsense can serve ads without having to set cookies.

However, I cannot find any info on this (on the Google sites/settings panels) about how to relay information about the 'state of consent' back to Google during a page request. So, my only option seems to be that I should not embed Google tag code at all if the user has not explicitly given consent. Which seems a bit drastic.

Letting my serverside script set a 'hasConsentedToCookies=FALSE' flag in the JavaScript tags would allow me to instruct Google's services to run in a gracefully degraded fashion.

Is there a setting on Google Adsense to suppress use of cookies for users that have not yet given consent?

If so, where can I find info on this?

like image 937
JW. Avatar asked May 20 '12 05:05

JW.


People also ask

Do I need cookie consent for Google ads?

Do I need a Cookie Banner if I use Google AdSense on my website or app? In general, websites that use third-party cookies as well as their own cookies for tracking and analytics must comply with the law and to do so are required to obtain the user's express consent.

Does Google AdSense use cookies?

AdSense sends a cookie to the user's browser after any impression, click, or other activity that results in a call to our servers. If the browser accepts the cookie, the cookie is stored on the browser. Most commonly, AdSense sends a cookie to the browser when a user visits a page that shows Google ads.


1 Answers

No, there isn't a setting in Google AdSense. Google actually just released a note about changes to the consent policy in July 2015 pointing you to a Google site called Cookie Choices, which has information about EU consent as well as links to third party solutions for managing cookie consent functionality on your sites.

So the short answer is that you need to explore the third party tools and choose the one that best addresses your particular case.

like image 159
denmch Avatar answered Oct 03 '22 03:10

denmch