Google Tag Manager - setup with NextJs, Page views, Scroll detect and custom click events

Поделиться
HTML-код
  • Опубликовано: 26 янв 2025

Комментарии • 36

  • @kimmotech
    @kimmotech 2 года назад +4

    Good job, you covered everything one could be curious about in such short time. Thanks

  • @yuriisytnyk393
    @yuriisytnyk393 Год назад

    thank you so much, it was very interesting to understand how all can be configured and how than events works

  • @JaykrushnaDas-v9q
    @JaykrushnaDas-v9q Год назад +1

    Thanks so much , my work got easy just for your video

  • @binukashihan4480
    @binukashihan4480 Год назад

    Thanks, one of the best videos that I have found regarding this domain.

  • @islamn25
    @islamn25 Год назад

    48:25 it did not work, the page refresh from localhost was still considered, for me as well

    • @amitavroydev
      @amitavroydev  Год назад

      The only way to understand about the problem is sharing screenshots

    • @june4006
      @june4006 Год назад

      @@amitavroydev just wanted to let you know that the issue is in the video itself, it’s not only on my end

    • @amitavroydev
      @amitavroydev  Год назад

      Okay, will try to reproduce at my end and see if there is a fix@@june4006

  • @idrisakmalhaslin7156
    @idrisakmalhaslin7156 Год назад +1

    Thanks for this video. It helped me a lot!

  • @Dapper0198
    @Dapper0198 Год назад +1

    so by only pasting the GTM code in ENV it will be linked and we dont need to paste whole code in head & body then ?

    • @amitavroydev
      @amitavroydev  Год назад

      The module adds the required code in correct place. So yes, you just need to add the gtm code

  • @TusharSinghParmar-b1k
    @TusharSinghParmar-b1k Год назад

    Can you use id instead of class to track events ?

  • @jia734
    @jia734 Год назад

    All you did in the video is data for real-time right? they are not stored in anywhere and how can you save thosed data in google analytics in the report secction?

    • @amitavroydev
      @amitavroydev  Год назад

      Sorry, I don't think I completely understand the problem

    • @jia734
      @jia734 Год назад +1

      @@amitavroydev in google analytics there is a lot of section beside real time. do you have any tutorial to show how to send those data and saved them in google analytics reports? like sales, conversion, etc

    • @amitavroydev
      @amitavroydev  Год назад +1

      Got it. No, right now I don’t have videos on that topic. However I would suggest you can check analytics mania. He has great videos on these topics

    • @jia734
      @jia734 Год назад

      @@amitavroydev thank you sir!

  • @StergiosPapathanasiou
    @StergiosPapathanasiou 2 года назад

    Very informative tutorial! I was wondering..anyway to have multiple gmtIds in the same website?

    • @amitavroydev
      @amitavroydev  2 года назад

      I guess you can, however the question is why would you need that?

    • @Volpit
      @Volpit Год назад

      @@amitavroydev One code base for mutliple domains for example.

  • @dgknca
    @dgknca 2 года назад

    important note: disable Brave browser blocker for preview mode.

    • @amitavroydev
      @amitavroydev  2 года назад

      Yes that's a valid point. Brave does block literally every tracking code

  • @hdjchbhjvbhj3169
    @hdjchbhjvbhj3169 2 года назад

    is this just realtime or history of preview page ?

    • @amitavroydev
      @amitavroydev  2 года назад

      Sorry, I am not able to understand your question

  • @end1dream
    @end1dream 2 года назад +1

    Thank you!!!

  • @anasuatarafdar4373
    @anasuatarafdar4373 Год назад

    What about a non coder? If someone doesn't have any coding knowledge and also doesn't have any developer to place the code in the backend. Can they add the code to the backend? Can you just show properly how to add the GTM code in the backend for a non coder.

    • @amitavroydev
      @amitavroydev  Год назад

      Adding Google tag manager code would mean you need to add this code
      Even in simple html website or WordPress kind of website, you need to add one piece of code at the head and one before the end of the body tag.
      So some basic code pasting work is required. Once done, you can work with gtm as a non technical person

  • @personalonly3408
    @personalonly3408 11 месяцев назад

    Can you provide code?

    • @amitavroydev
      @amitavroydev  11 месяцев назад

      It was just one video, so haven't added a repo for that