How to Set Up GTM Server-Side Tagging (2024)

Поділитися
Вставка
  • Опубліковано 11 січ 2025

КОМЕНТАРІ • 42

  • @MeasureSchool
    @MeasureSchool  5 місяців тому

    Check out our FREE UA-cam Exclusive Offer 👉bit.ly/yt-exclusive-offer

  • @theduck17
    @theduck17 5 місяців тому +4

    Great video, thank you! Would love for you to follow-up with an other video on non-GA4 tags, such as using this server instance to implement Facebook CAPI and other server-side tags.

  • @olexiiyard
    @olexiiyard Місяць тому

    Thank You Julio, as usual PRO guides, my respect )

  • @kenvdm2577
    @kenvdm2577 2 місяці тому

    Very well explained

  • @lifekeystv
    @lifekeystv 16 днів тому

    @measureschool Do you teach how to build a manual server in Measure School?

  • @damianzurawski243
    @damianzurawski243 5 місяців тому +1

    Hi, why you set transport_url ? What is the defrence between server_container_url?

  • @JatiIID
    @JatiIID 5 місяців тому +1

    Appreciate this. However, it would be easier to understand if you create a chat about how the server-side tracking ecosystem works. Cheers!

  • @tkachenko.andrey
    @tkachenko.andrey 4 місяці тому +7

    So many same videos and no one show how to add custom domain in cloud platform... :( anyway, thanks for the video

  • @adamnikt6433
    @adamnikt6433 24 дні тому

    Hi there. Is there any difference between transport_url and server_container_url? As I see difference values in requests coming from different parameters (transport vs container) for example sst_system_parameters.

  • @PayalQonsult
    @PayalQonsult 4 місяці тому

    I have shown above video its helpful , i have one issue i want to create purchase event in gtm but my process is managed by backend webhook api then how to do in backend & server container in gtm?

  • @james_murray_pcg
    @james_murray_pcg 4 місяці тому

    Will you show how you can "enhance" this data before passing to a platform? Like pulling "profit" by taking revenue - COGS in a ecommerce store.

  • @dawidwozny3907
    @dawidwozny3907 Місяць тому

    All clear and working till the point where my GA4 Tag does not inherit data from GA4 client. Any clues how to solve this?

  • @kishangalanawi
    @kishangalanawi 3 місяці тому

    Hi, to be honest, the ghostery chrome extension, find now even the GTM subdomain. Therefore this solution don’t attribute more data right?
    We can still remain on client side

  • @LovedeepSingh-t8g
    @LovedeepSingh-t8g 5 місяців тому

    can we send event data diectly to the server side url using fetch api in js as gtm is not working on shopify checkout page and then track on google analytics , meta and twiter ?

  • @clarkroxx
    @clarkroxx 5 місяців тому +3

    Why "transport_url" parameter instead of "server_container_url"?

    • @deepdishseo
      @deepdishseo 2 місяці тому

      I wonder the same thing.. why "transport_url" instead of "server_container_url" which is the parameter name in the official ss documentation from google

    • @deepdishseo
      @deepdishseo 2 місяці тому

      it might be the OLD name for this parameter - it would still work but the new proper name for this should be server_container_url

  • @BrodiPhoenix
    @BrodiPhoenix 2 місяці тому

    So will this help me see who is donating through PayPal? I am running ads for a non profit and I can’t add code to PayPal itself.

  • @ashwanisinghofficial
    @ashwanisinghofficial Місяць тому

    How to setup a custom tracking link?

  • @createplay1915
    @createplay1915 4 місяці тому

    Also wenn ich europäsche Server nutzen möchte, kann ich die automatische Erstellung aus dem Tag Manager heraus nicht benutzen?

  • @marcgarcia96
    @marcgarcia96 24 дні тому

    The problem with Adblockers and cookies are that they refuse the gtag connection by default. So why to put a server in the middle if the first gtag script it's already been refused?

  • @KrystianAmbroch
    @KrystianAmbroch 5 місяців тому

    How to the duplicate ga4 purchase event if uniqe event id or transtaction id dosnt work ;3

  • @TWBB87
    @TWBB87 5 місяців тому +1

    Can you just set up all your tags server side and then disable the old client side GTM?

    • @MeasureSchool
      @MeasureSchool  5 місяців тому +3

      no, that's not how a gtm server works. You will still need a client side to get the initial data from the users browser

    • @mymusicsin
      @mymusicsin 5 місяців тому +3

      @@MeasureSchool Hey! Thank you for the video! So, if client-side should be kept anyway, then how server-side tracking makes website work faster as it promoted if you still have GTM code on a client-side?

  • @YamiTatsu
    @YamiTatsu 5 місяців тому +4

    I totally fail to see how this feature could be useful, why would you want to add yet another server between your website and analytics ? it doesn't solve anything in regards of blocked cookies or blocked google on the visitor browser, it still requires gtm script on the browser. At first when I saw this feature I thought it would work like the measurement protocol, to let us send all the infos from our backend to gtm/analytics, but it's just another step.
    Or I missed a step, i don't know :/

    • @theduck17
      @theduck17 5 місяців тому

      Sending data directly to a server increases the chances it will make it. For example, ad blockers shouldn't be able to stop this data from being sent.

    • @YamiTatsu
      @YamiTatsu 5 місяців тому +1

      ​@@theduck17 I really don't understand how. It's the gtag script on browser that send the data. No matter where it is sent, if that script is blocked, it won't be sent anywhere (Brave blocks it by default for instance)
      Adding another step between the browser and analytics doesn't change anything. Server side tagging should be tags sent by the server side of the websites, thus eliminating the need to even install the script, making the page load faster etc...
      I really want to understand :/

    • @YamiTatsu
      @YamiTatsu 5 місяців тому

      Nervermind I think i understood... Brave is blocking the call to the google servers, if this url is on our subdomain, it won't get blocked.. right ?
      Everything would still be so muc heasier if we could send everything from the backend though...

    • @theduck17
      @theduck17 5 місяців тому +1

      @@YamiTatsu Correct, that's why Julian mentioned setting up the subdomain to maximize the implementation but even if you don't, the server isn't a google marketing cloud domain but a google cloud server and those shouldn't get blocked since they can be used for other things that aren't advertising related.

    • @MeasureSchool
      @MeasureSchool  5 місяців тому +1

      @theduck17 thanks for the explanation. Couldn't have said it better

  • @kristinasibelja5391
    @kristinasibelja5391 3 місяці тому

    Amazing video! I followed your instructions - server is responding, but when I try to debugg the client and server at the same time, the server debugger does not respond. There is not hits. Any idea? Thanks :)

    • @DivyaRao-q7l
      @DivyaRao-q7l 3 місяці тому

      Did you find a solution for this? I am facing the same issue

  • @Digital.Abhijeet
    @Digital.Abhijeet 5 місяців тому

    I think this video can be made more detailed, pls try in next video

    • @MeasureSchool
      @MeasureSchool  5 місяців тому

      yea, there is always more to say. I try to keep it short and sweet

    • @abdulazeem4253
      @abdulazeem4253 5 місяців тому

      This exact video is perfect, you just haven't read the video title yet.
      How to Set Up GTM Server-Side Tagging (2024) -> Video is about setting up Server-Side Tagging, he showed us how to create a server GTM -> Client Side GA4 tag -> Server Side Ga4 Client and Tag.
      This is sufficient for what the video title suggests, of course he will not include the whole Ecommerce Setup for GA4, CAPI, TikTok and other platforms.

  • @fearghalindigital9291
    @fearghalindigital9291 5 місяців тому

    not using stape anymore?

    • @Miguelote94
      @Miguelote94 4 місяці тому

      I thing Google Cloud is cheaper

  • @lgx22
    @lgx22 22 дні тому

    GTM so clunky!