Google's Consent Mode v2 - What is it? Basic vs Advanced Consent Mode Explained [March 2024]

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ก.พ. 2025

ความคิดเห็น • 14

  • @nicolabell283
    @nicolabell283 10 หลายเดือนก่อน +1

    Great video, explains everything really well!

  • @marbethwilson
    @marbethwilson 10 หลายเดือนก่อน +1

    Interesting!

  • @g0gs
    @g0gs 10 หลายเดือนก่อน +1

    I liked this video so much I just smashed the like button and subscribed.

  • @NicolasCliche
    @NicolasCliche 9 หลายเดือนก่อน +1

    In your example, if you don’t manage consent with your other Google ads tags, they will push data whatever is consented by the user no?

    • @GlowMetrics
      @GlowMetrics  9 หลายเดือนก่อน +1

      Short answer is yes... in the video, we've implemented advanced consent mode so all of our tags still fire but the consent status is sent to Google as either 'granted' or 'denied'. If you only want to implement Basic Consent Mode then you'd need to implement blocking triggers via GTM based on the consent states for all of your Google Ads tags (and GA4 tags, etc).

  • @desislavaandreeva4359
    @desislavaandreeva4359 8 หลายเดือนก่อน

    Is your setup for basic or advanced consent mode?

    • @GlowMetrics
      @GlowMetrics  8 หลายเดือนก่อน +2

      The setup example at the end is Advanced consent mode. If you only wanted to implement Basic consent mode, you should add an additional rule to only fire the tags when analytics consent = granted (or a blocking rule for analytics consent = denied).

    • @desislavaandreeva4359
      @desislavaandreeva4359 8 หลายเดือนก่อน +2

      @@GlowMetrics Thank you! Can you give any hints what to look for when inspecting a website and how to figure out if they have a basic or advanced consent mode please?

    • @GlowMetrics
      @GlowMetrics  8 หลายเดือนก่อน +2

      @@desislavaandreeva4359 You can check the network requests in your browser. In Chrome... right-click -> Inspect, go to Network tab, then search for 'collect' to see the GA hits. If you then look at the Payload tab, you should see a 'gcs' parameter if consent mode is configured. If the value is 'G100' then it's Advanced Consent Mode (i.e. cookieless pings). If it's 'G111' then the user has consented to both GA4 + Google Ads.

    • @desislavaandreeva4359
      @desislavaandreeva4359 8 หลายเดือนก่อน +2

      ​@@GlowMetrics That's briliant! If I understand correctly, this is post-banner interaction and gcs = G100 is when the end user rejects cookies and it is a clear indication of advanced consent code or at least some sort of. Also, no matter what the value of gcd is , we pay attention on gcs for any trace of cookieless pings. Am I correct?

    • @GlowMetrics
      @GlowMetrics  8 หลายเดือนก่อน +2

      @@desislavaandreeva4359 That's my understanding at least, yes. You can also see the gcs value within Tag Assistant if you look at the individual GA hits there - a slightly nicer interface than inspecting the network hits but essentially the same thing. The best resource i've found online that explains the details of the values etc is Simo's here: www.simoahava.com/analytics/consent-mode-v2-google-tags/