Complete Shopify Data Layer for Google Tag Manager

Sdílet
Vložit
  • čas přidán 6. 09. 2024
  • Code Page Link: leomeasure.com...
    ⸚⸚⸚⸚⸚⸚
    Let's chat!
    I'd love to hear from you about any questions you have or potential collaborations. Here's how to get in touch: 👇
    🔗 Linkedin: / md-h
    📱 Whatsapp: +880 1723 770763
    📧 Email: info@leomeasure.com
    🐦 Twitter: / your_twitter_handle
    💻 GitHub: github.com/web...
    🌐 Website: leomeasure.com

Komentáře • 68

  • @R-37JohirRaihanB-138
    @R-37JohirRaihanB-138 Před 14 dny +1

    I have seen many videos on CZcams, but I do not understand any video in such a beautiful way. Thank you very much. I hope you will support us with more new videos.

    • @leomeasure
      @leomeasure  Před 13 dny

      Happy to know. You can subscribe to my channel getting new video notification soon.

  • @freeskierjim
    @freeskierjim Před 6 měsíci +1

    You are THE MAN! Thanks for sharing this for free. Best data layer implementation I've found.

    • @leomeasure
      @leomeasure  Před 6 měsíci

      Thanks, you can subscribe my chanllel for getting quick notification of this kind of video.
      As well as if you need any custom help you can knock me on my email: info@leomeasure.com

    • @mdhasanuzzaman1546
      @mdhasanuzzaman1546 Před 6 měsíci

      @@freeskierjim If you need customer information on initialization or pageview then you can run the dataLayer code before GTM. I think it would be any problem. Just make sure you are getting view_item, view_item_list etc event are getting.

    • @peXtrrr
      @peXtrrr Před měsícem

      @@leomeasure There is no select_item event

  • @onpamarketing
    @onpamarketing Před 4 měsíci

    hi Hasan,
    thanks a lot. I got recognize that shopify recommending to use Shopify Customer Events (Pixels) instead of checkout snippet. i would be really appreciated if you can have video about this topic

    • @leomeasure
      @leomeasure  Před 4 měsíci

      Yes,
      I am know about iy.
      And there is alternative a solution available with this data layer as customar pixel for checkout pages.
      If you need it please contact me: info@leomeasure.com

  • @chandrakantamalik7677
    @chandrakantamalik7677 Před 4 měsíci +1

    Thanks Hasan for such extensive data layer script. I have used in one project. Unfortunately, two events triggering in view_item, add_to_cart and purchase. I went through the video I didn't find any resolutions. However, I checked with ChatGPT for the specific event handler what causing the potential issue and how to fix the same. I didn't the cause. However, it added debounce in the event handler, which is working fine.
    Could you please have a look around it, also if you can create an updated video on the same?

    • @leomeasure
      @leomeasure  Před 4 měsíci

      Please knock me with details: info@leomeasure.com

    • @bearishbull4467
      @bearishbull4467 Před 4 měsíci

      I have the same issues. A lot of add_to_cart and begin_checkout events which are false positives. Not sure what triggers it

    • @baptnin9407
      @baptnin9407 Před měsícem

      @@bearishbull4467 hello did you solve this issue?

  • @user-fu5fe2qg2m
    @user-fu5fe2qg2m Před 5 měsíci

    Good Job Hasan.... i like your content

    • @leomeasure
      @leomeasure  Před 5 měsíci

      Happy to know. More contents are in pipeline, recommend you to subscribe this channel

  • @Lukas-hc6mv
    @Lukas-hc6mv Před 3 měsíci

    Awesome video - there is only 1 issue regarding the view_cart event - if increment the number of the items the page reloads and therefore it triggers a new view_cart event which is wrong - it should trigger only add_to_cart or remove_from_cart not both events...

    • @leomeasure
      @leomeasure  Před 3 měsíci

      To fix this you need to write some custom code or modify code. If you really need it you can contact me: info@leomeasure.com

    • @Lukas-hc6mv
      @Lukas-hc6mv Před 3 měsíci

      @@leomeasure yes, will send you an e-mail shortly :)

  • @HealthTunnel-tp4zx
    @HealthTunnel-tp4zx Před 3 měsíci

    Very Useful ! Waiting for new VIdeos

  • @Md.Bellal.Hossain90
    @Md.Bellal.Hossain90 Před 4 měsíci

    Very helpful contribution bro. Highly appreciated!

    • @leomeasure
      @leomeasure  Před 4 měsíci +1

      Thanks, you can subscribe to my channel to receive more content like this.

    • @Md.Bellal.Hossain90
      @Md.Bellal.Hossain90 Před 4 měsíci

      Already did.@@leomeasure

  • @ArifAhmed-nx4sx
    @ArifAhmed-nx4sx Před 2 měsíci

    Thanks for the video. This was very helpful. I only want to paste GTM Container code on the checkout >> additional script since my data layer is already in place through an app. However, the additional script has been deprecated. How can I just paste the GTM code in custom events? Please guide?

    • @leomeasure
      @leomeasure  Před měsícem

      Yes, you are right. The checkout >> additional is deprecated and will be completely removed. The great thing is that I already have an alternative solution to address this. If you go to the GitHub repository, you should find a new file called checkout-webpixel.js, which you need to use as the Shopify customer pixel. If you need any further assistance, you can directly reach out to me at info@leomeasure.com

  • @freeskierjim
    @freeskierjim Před 2 měsíci +1

    Will you be switching over to pixels instead of additional scripts for checkout tracking in anticipation of additional scripts being deprecated?

    • @leomeasure
      @leomeasure  Před 13 dny

      Yes, if you check the github on the code there is already alternative solution as Customer Pixel.

  • @abirhassan_googleads
    @abirhassan_googleads Před 2 měsíci

    why the data layer shows checkout and purchase pages GTM code not found (like your checkout that we can see in your videos). So, Could you please tell? what should I do now?

  • @peXtrrr
    @peXtrrr Před měsícem

    Is it somehow possible to fix view_item_list - payload too large? I guess view_item_list should only record the products which are seen on the page.

  • @alessandrocolarossi2806
    @alessandrocolarossi2806 Před 4 měsíci

    Hey, great code - have you explored converting your checkout.js file into Shopify's new customer events since the 'additional scripts' checkout area will be going away next year?

    • @leomeasure
      @leomeasure  Před 4 měsíci +1

      I already have it with source code.
      If you need it I can share you further details info@leomeasure.com

    • @Alessandro-Colarossi
      @Alessandro-Colarossi Před 4 měsíci

      @@leomeasure sent you an email! thanks :)

  • @AllWork-gk6tn
    @AllWork-gk6tn Před 3 měsíci

    why view item, view item list, ad to cart not show in the summary.

    • @leomeasure
      @leomeasure  Před 3 měsíci

      I need to check inside your setup. You can contact me info@leomeasure.com

  • @robot_bathwater
    @robot_bathwater Před 2 měsíci

    Hi Vai, our store is using checkout extensibility and we need to use shopify pixels. Can you help?

    • @leomeasure
      @leomeasure  Před 2 měsíci

      Sure, can you check my Bangla channel

  • @LTSOFTWARS
    @LTSOFTWARS Před 4 měsíci

    Hasan, when you click on buy it now, the checkout page is crossed, why is that brother ?

    • @leomeasure
      @leomeasure  Před 4 měsíci

      This is because the checkout page is restricted to inserting gtm script, we only can put the GTM code on the thank you page. That's why the checkout page crossed but once you made a purchase you will get the purchase event in datalayer.
      Where we have inserted GTM code as an additional script.
      Anyway, if you need to track those pages also then you can use Shopify Customer Pixel. Which cam with github.com/webhasan/gtm-datalayer-for-shopify/blob/main/checkout-webpixel.js file
      If you need any further assistance you can knock me: info@leomeasure.com

  • @ZahirShah-un5ig
    @ZahirShah-un5ig Před 2 měsíci

    Thanks! What a great tutorials..........?

  • @AbdulAhad-ff7dn
    @AbdulAhad-ff7dn Před 6 měsíci +1

    can you make a detailed tutorial on FB CAPI setup using stape
    JazakAllah

  • @masudurrony
    @masudurrony Před 2 měsíci

    Great Vai

  • @peXtrrr
    @peXtrrr Před 2 měsíci

    Hi, how long will this work? Only until December 2024? Then it has to be through custom pixel?

    • @leomeasure
      @leomeasure  Před 2 měsíci

      @@peXtrrr The checkout part will work until August 28 2025.
      But if you check the GitHub repository the is already alternative solution for checkout pages.

    • @peXtrrr
      @peXtrrr Před 2 měsíci

      Thank you. Is not it only for Shopify Plus? I am sorry but Shopify confused me in this.

    • @peXtrrr
      @peXtrrr Před 2 měsíci

      Do you also sell a GTM container for this?

    • @leomeasure
      @leomeasure  Před 2 měsíci

      @@peXtrrr Yes, I do you can contact me: info@leomeasure.com

  • @user-cw9zd1ye6r
    @user-cw9zd1ye6r Před 7 měsíci

    You are really great vai.❤

  • @marcosguimaraes9083
    @marcosguimaraes9083 Před 5 měsíci

    Muito bom!
    Obrigado

  • @MDMEHEDIHASAN-fo8oi
    @MDMEHEDIHASAN-fo8oi Před 6 měsíci

    Nice tutorial brother

  • @JIHaD.2001
    @JIHaD.2001 Před 7 měsíci

    Thank you brother ❤and love you

  • @user-qo2sb8wv9f
    @user-qo2sb8wv9f Před 5 měsíci

    Hi ! Ami West Bengal , India theke , eta wix er jnno work korbe ?

  • @socialpulseads
    @socialpulseads Před 7 měsíci

    Great vai

  • @ThuyNguyen-pe7lr
    @ThuyNguyen-pe7lr Před 7 měsíci

    why my gg tag can't connect with shopify store it said run out of time connecting

    • @leomeasure
      @leomeasure  Před 7 měsíci

      I need your website link for further inspection. Can you email your link to info@leomeasure.com ?

  • @MahalaxmiSilksSarees
    @MahalaxmiSilksSarees Před 7 měsíci

    How can we send this to Meta Pixel , can u create a video on conversion API

    • @leomeasure
      @leomeasure  Před 7 měsíci +1

      Sure, I will video about tracking GA4, Google Ads, Enhance conversion, Facebook Pixel, Conversion API

  • @tusharkhan300
    @tusharkhan300 Před 7 měsíci

    I'm a big fan

  • @user-mm9il5vh7f
    @user-mm9il5vh7f Před 5 měsíci

    A code taa kon currency er jonno?

  • @zobecookingcorner4391
    @zobecookingcorner4391 Před 7 měsíci

    wow

  • @munimhossain3957
    @munimhossain3957 Před 7 měsíci

    ❣️❣️❣️❣️❣️

  • @shibbirah023
    @shibbirah023 Před 6 měsíci

    why not make a video in Bangla?

  • @fact_bd87
    @fact_bd87 Před 6 měsíci

    How to track browser and customer ip in shopify ?