Forum Moderators: martinibuster
What does EU GDPR means for Adsense?
So I don't see why anyone in the UK should need explicit consent under the cookie law when almost no one else does, even in the UK, and even including the ICO.
It is important to specify that under the law, prior user consent is not required to show advertising, as such. The obligation to obtain consent only applies when advertising includes tracing techniques and/or the gathering of personal information by the website or a third party.
[edited by: QuaterPan at 10:52 am (utc) on May 24, 2018]
<link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.css" />
<script src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.js"></script>
<script>
window.addEventListener("load", function(){
window.cookieconsent.initialise({
"palette": {
"popup": {
"background": "#000"
},
"button": {
"background": "#f1d600"
}
},
"theme": "edgeless",
"location": "true",
"content": {
"message": "Example use cookies to ensure you get the best experience",
"href": "https://www.example.com/privacy-policy/"
}
})});
</script>
Depending on how large the loss of income is from personalised advertising, might it not be better to take this approach, lose the small % from visitors
[edited by: ChanandlerBong at 3:00 pm (utc) on May 24, 2018]
Both those sites will get reported tomorrow by at least some people on opposite sides of the political spectrum.
But how does adding that one little line of code make it appear only to EU visitors? Are you sure that's right?
One big banner on top and advert banner on bottom.
[edited by: fretfull at 4:31 pm (utc) on May 24, 2018]