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

拈花ヽ惹草 提交于 2020-01-01 02:09:05

问题


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?


回答1:


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.



来源:https://stackoverflow.com/questions/10670940/is-there-a-setting-on-google-adsense-to-suppress-use-of-cookies-for-users-who-ha

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!