Firing GTM Tags based on Consent (Part 3)

Поділитися
Вставка
  • Опубліковано 21 гру 2024

КОМЕНТАРІ • 24

  • @MeasureSchool
    @MeasureSchool  2 роки тому

    More about the future of tracking here 👉:ua-cam.com/play/PLgr_8Hk8l4ZEGp0pIGI5lgriMuA_i1bli.html

  • @jakabzsolt
    @jakabzsolt Рік тому +2

    Hello! Would you make an updated version of these three videos? A lot has changed in 1 year, and an updated video about it would be nice.

  • @robinpecha6261
    @robinpecha6261 2 роки тому +10

    Really thank you for a great video. Just notice, on 4:12 you are duplicating consent rules. Just pick "No additional consent required" because ad_storage and analytics_storage are already in "Built-in Consent".

    • @duveral
      @duveral Рік тому

      Technically yes, but doing that would always fire the tag. I don't know why.

    • @mcordobaruiz
      @mcordobaruiz Рік тому

      @@duveral the answer is simple. The builg-in consent means that the tag can adapt its behaviour depending on the consent so yes, it needs to be fired regardless the consent is granted or not.

  • @_TheFirstPancake_
    @_TheFirstPancake_ 8 місяців тому

    Really this saved me. Trying to do this at work and people didn't believe me that it was possible. Got this up and running in 24 hours just in time for a major release and conference coming up.
    THANK YOU

  • @tomasfedor6863
    @tomasfedor6863 Рік тому +11

    For everybody to copy a short code you use in the video:
    (function () {
    window.setTimeout(function() {window.dataLayer.push({'event' : 'consentChoice'}); }, 500);
    window.setTimeout(function() {window.dataLayer.push({'event' : 'consentUpdated'}); }, 800);
    })();

  • @jasonwilbur854
    @jasonwilbur854 2 роки тому +3

    Thanks for the great series! Question: Should the Consent Mode Tag be triggered by 'Consent Initialization - All Pages' or simply 'Initialization - All Pages'? Part 2 uses the former and this video uses the latter. Thanks again!

  • @Cannoffi
    @Cannoffi Рік тому +1

    Huge thanks to you, you're awsome!!!

  • @Chapa2499
    @Chapa2499 8 місяців тому

    Thanks, you saved my life!

  • @LeonardoAugustoThomas
    @LeonardoAugustoThomas Рік тому

    Great solution! Thanks for the video.

  • @csaszari
    @csaszari 2 роки тому +2

    Thanks for the video Julian! If you change your consent multiple times, you will load the tags/scripts multiple times. How can you prevent it? I tried to set "Tag firing options" to "Once per page", but then it doensn't load at all if the initial consent setting was "denied", because the "denied"consent still counts as a trigger for the tag.

    • @parikevi
      @parikevi 9 місяців тому

      Hi, you have made a good point here, were you able to find an answer to your question above?

  • @CristianRivera-l1r
    @CristianRivera-l1r Рік тому

    Hi, I hope you are doing well.
    the configuration is the same for single page aplication?
    If I have implemented GA4, GAds, Meta from the sever side of GTM I should also apply this? (taking into account that now everything would be first party data).

  • @CristianRivera-l1r
    @CristianRivera-l1r Рік тому

    Hi, I hope you are doing well.
    the configuration is the same for single page aplication?
    If I have implemented GA4, GAds, Meta from the sever side of GTM I should also apply this (taking into account that now everything would be first party data).

    • @CaptnT0ast
      @CaptnT0ast Рік тому

      I also have the same question - did you ever find the answer?

  • @mrmlj1911
    @mrmlj1911 2 роки тому

    VERY GOOOODD!!!!!!

  • @BenLamptey
    @BenLamptey Рік тому

    what does one do when a user has accepted analytics so a GA4 cookie is set, but later denies analytic tracking? GTM respects this and does not fire the GA4 Tag, but the initial grant, sets a cookie named "_ga_M*******E" and is not removed even though the user has now denied it

  • @arcuartero
    @arcuartero 2 роки тому +2

    Hi Julian! Extremely helpful these 3 videos. Thank you very much the content 🙏🏼
    I have been trying to join measureschool membership and community but my emails don't seem to get to you 🤔
    Could you please help? :)
    Thanks!

  • @tomasfedor6863
    @tomasfedor6863 Рік тому

    How do you go about tags you only want to fire on some pages (mixing these and other custom triggers)? For example, some tags I only want to fire on Thank you pages. It is a custom script and some variable aren't defined when the user is not on thank you page causing the console to turn a little red after all the JS alerts. I could just remove the consentUpdated trigger for those tags but then, when a user chooses to accept cookies at the thank you page, it won't work.
    Two solutions come to my mind:
    1. protecting the execution of the script in custom JS code (making some pages trigger useless)
    2. making consentUpdatedThankYouPage trigger specifically for this purpose
    None of these solutions seems clear to me though. Do you have any advice?

    • @ClaudilsonSilva
      @ClaudilsonSilva Рік тому

      Também buscando uma solução para esta situação, imagino que um deva ter alguma forma de agrupar os eventos. Como estou começando a estudar essa possibilidade agora, espero que o amido possa nos ajudar.

  • @Biposapam
    @Biposapam 2 роки тому

    Kindly make a video on How to create retargeting campaigns in AdWords, Facebook AND UA-cam.

  • @StefanHolmes
    @StefanHolmes Рік тому

    I’ve yet to watch a video about consent management with GTM that is actually good and explains things.
    This is better than some other videos, but there’s still a lot wrong.

  • @MaxRuso
    @MaxRuso 2 роки тому

    👍👍👍👍