Non personalized adsense loads before cookie consent
-
Hi, I would need to understand how the display of non-personalized adsense works in case of non-acceptance of marketing cookies.
Let me explain: Following this guide
https://complianz.io/definitive-guide-to-tag-manager-and-complianz/
I configured the complianz events with tag manager, inserting non-personalized advertising in the “functional” event, and personalized advertising in the marketing event.I used this script as functional event:
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <script>(adsbygoogle=window.adsbygoogle||[]).requestNonPersonalizedAds=1;</script>
and this script as marketing event:
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <script>(adsbygoogle=window.adsbygoogle||[]).requestNonPersonalizedAds=0;</script> <script>(adsbygoogle = window.adsbygoogle || []).push({});</script>
after that i put the ad units (only the parts between
<ins> </ins>
) inside the site.It seems to work correctly. The problem is that the non personalized adsense banners are displayed even before clicking on “accept all” or “save preferences”. And this contradicts the GDPR, as before installing the adsense banner cookie, even the non-personalized one, I must obtain consent. How can I solve?
I think the solution would be another event (for example cmplz_event_save), in this way the script
<script>(adsbygoogle = window.adsbygoogle || []).push({});</script>
could be related to this event…Thank you very much.
The page I need help with: [log in to see the link]
- The topic ‘Non personalized adsense loads before cookie consent’ is closed to new replies.