• Resolved seoergoweb

    (@seoergoweb)


    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.

    • This topic was modified 3 years, 9 months ago by seoergoweb. Reason: forum tag "code" added

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor Aert Hulsebos

    (@aahulsebos)

    Hi @seoergoweb,

    I see a shortcode with an AD ID as well, could it be the code could be set by a plugin as well, besides Google Tag Manager?

    It seems the top banner on home behaves correctly, but others don’t. Is there a difference between the top banner, and the others?

    regards Aert

    Thread Starter seoergoweb

    (@seoergoweb)

    Hi, yes, I’m using Advanced ads by Thomas Maier. And the difference between the top banner and the other is that the top is a dynamic banner by adsense (often it won’t appear), while the others are real ad unit.

    That problem of the shortcode should be a bug, I also see if I’m not logged in, but if I login i see the ad. However I removed it.

    Plugin Contributor Aert Hulsebos

    (@aahulsebos)

    Hi @seoergoweb,

    We have an integration with Advanced Ads;

    https://wpadvancedads.com/manual/ad-cookie-consent/

    This will make it a lot easier, I would guess.

    Let me know if you need any help,

    regards Aert

    Plugin Contributor Leon Wimmenhoeve

    (@leonwimmenhoeve)

    Hi @seoergoweb,

    Did you manage to resolve the issue or do you need any further assistance?

    Kind regards,
    Leon

    Thread Starter seoergoweb

    (@seoergoweb)

    Hi,
    I contacted Wp Advanced Ads, they helped me.
    Thanks a lot.

    Hi there,

    thanks for helping out.

    Deactivating the “Google Ads/DoubleClick” Integration within Complianz settings did the trick!

    Best regards,
    Henning

    Thread Starter seoergoweb

    (@seoergoweb)

    Hi henningaa,

    yes it is what they suggested to me, instead of using tag manager, i used their ads group.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Non personalized adsense loads before cookie consent’ is closed to new replies.