[Shopify Customer Pixel] Ga4 Purchase Event using Google Tag Manager

  Рет қаралды 975

Tracking Academy

Tracking Academy

Күн бұрын

Пікірлер: 47
@TrackingAcademy
@TrackingAcademy Ай бұрын
"Get 95% Accurate Tracking for Your Ecommerce Store in 7 Days: tinyurl.com/27h26b3u"
@filipsalamon
@filipsalamon Ай бұрын
Bro you are awesome!!!! I was soooo lost and this is the best tutorial
@TrackingAcademy
@TrackingAcademy Ай бұрын
Glad it helped!
@kamalSinghthekamalsingh
@kamalSinghthekamalsingh Сағат бұрын
GTM code is not running on checkout and proceeding pages
@bbss9295
@bbss9295 10 күн бұрын
One like from India.
@TrackingAcademy
@TrackingAcademy 10 күн бұрын
Thank, glad it was helpful
@PratikGanatra-r3r
@PratikGanatra-r3r 3 ай бұрын
Ok I will try Thank you for guidance
@TrackingAcademy
@TrackingAcademy 3 ай бұрын
All the best
@imthadnazeer
@imthadnazeer Ай бұрын
The video was really detailed and steps were very clear. How do we track this in GTM. When I go to Google Tag Manager and click on the GTM tag, it is coming as Checkout striked through and the message says Google Tag: GTM-XXXXXXX not found GTM tag is showing up on other pages
@TrackingAcademy
@TrackingAcademy Ай бұрын
Ou, that GTM-XXXX is a place holder, you have to update that with the correct GTM ID, as shown at the start of the video. However If you have updated it and still not seeing the GTM Container on the thank you page, go to console> search for collect?> and check for the purchase request. Also cross check the Ga4 real time view.
@DingsDaBumsT4
@DingsDaBumsT4 5 күн бұрын
Purchase Datalayer is being pushed, GA4 and GTM Cookies are active on check out page, but GA4 does not push pageview events or read the purchase event. you know what could be wrong? I impemented my IDs as you did
@louismaximus-ti9of
@louismaximus-ti9of 5 күн бұрын
+1
@TrackingAcademy
@TrackingAcademy 4 күн бұрын
Ah, datalayer is working. but Ga4 is not reading the page_view or purchase. check these things in the following order 1. Check if the GTM Container has fired on the site. 2. Check the GTM Container ID 3. Check the GTM Container is published 4. Check the GA4 tags are configured correctly 5. Check the Ga4 ID. and that's it, these are the only 5 possible issues.
@TrackingAcademy
@TrackingAcademy 4 күн бұрын
You can check the comment above @louismaxium-ti9of
@vivekshah6526
@vivekshah6526 8 күн бұрын
thanks - great video. one q: can you pl tell me why do we need a custom code when there is a native integration available?
@TrackingAcademy
@TrackingAcademy 8 күн бұрын
Hi, if you are using native integration, then you do not need this custom GTM Setup
@BrentonThomas-zt9te
@BrentonThomas-zt9te 2 ай бұрын
Thanks for sharing the script. When it is added to my website here is how the datalayer looks within the Console: value: "" Why isn't the cost of my purchase not being pulled into the datalayer from the script you had provided?
@TrackingAcademy
@TrackingAcademy 2 ай бұрын
Thanks for sharing! I have checked and the script is working fine and it is populating the ecommerce.value correctly. Recheck for any multiple scripts?
@TuấnThụyNguyễn-m7y
@TuấnThụyNguyễn-m7y Ай бұрын
Hello, thanks for useful video. I saw in the code you have the coupon field inside ecommerce field. But as i tried, this field is not shown even if i apply coupon. I want to add an custom event anytime user using a order coupon. Could you please help me with this?
@TrackingAcademy
@TrackingAcademy Ай бұрын
Thank you for bringing it to my attention. You are correct: we are currently using "data.checkout.discountApplications[0].code" to fetch the coupon code. However checking the documentatin again, seems like the coupon code is inside "discountApplications" but in "title" instead of "code" and it has to be extracted with a function. I will create a ticket for my dev team, and it will be fixed by monday.
@TuấnThụyNguyễn-m7y
@TuấnThụyNguyễn-m7y 26 күн бұрын
@@TrackingAcademy thank you sir! Tried to fixed as your response and it worked well for me :>
@TrackingAcademy
@TrackingAcademy 26 күн бұрын
Great, I am glad it worked.
@leih1850
@leih1850 18 күн бұрын
Hey ! It does not work for me. After I followed all the steps and add trigger and tag. When I check my console, i see that the event is triggered "DataLayer Event: purchase" but I do not see the GA4 tag. Can you help ?
@TrackingAcademy
@TrackingAcademy 16 күн бұрын
Hi, the preview window does not work with Customer pixel, so you have to use the Ga4 Realtime view. Also make sure there are no adblockers etc.
@ep-ug4sv
@ep-ug4sv 10 күн бұрын
I think it work, but I don't know how to add variables like phone number, fname, lanme, add1, city, region, country, zip code at GTM. Would it be possible to use those variables at GTM and make a purchase tag ?
@TrackingAcademy
@TrackingAcademy 8 күн бұрын
Hi, you can create a user provided data variable, and for accessing each user parameter. create dataLayer varaible, for example, email would be user user_data.email etc.
@PratikGanatra-r3r
@PratikGanatra-r3r 3 ай бұрын
Hello .. i have seen your video it is very useful i want ask how can i use all events at same customer event or make each different different for different event
@TrackingAcademy
@TrackingAcademy 3 ай бұрын
hi. it’s up to you. you can copy all the snippets in one customer pixel (remove extra GTM initialization codes) or you can keep them separate. both ways it works fine. I like to have them all in one file
@PratikGanatra-r3r
@PratikGanatra-r3r 3 ай бұрын
How can we make in one customer event for all is their any code... thank you for replying
@PratikGanatra-r3r
@PratikGanatra-r3r 3 ай бұрын
Hello I have one query on my gtm event tag. After payment purchase event complete their is purchase event not triggered at last page context.data event happen so purchase event not triggered if their any solution suggest me .. thankyou
@TrackingAcademy
@TrackingAcademy 3 ай бұрын
Hi, the videos are designed in a way so that the user's can add/implement individual events on their shopify store. We do not have any video that will add all the customer events in one file. You can copy all the snippets in one customer pixel (remove extra GTM initialization codes) or you can keep them separate. both ways it works fine. I like to have them all in one file Regarding the Purchase Event Tag, are you saying that the event code for purchase dataLayer is not working?
@PratikGanatra-r3r
@PratikGanatra-r3r 3 ай бұрын
Purchase event trackn on ga4 in last 2 days but all purchase is not track in ga4 Some purchase is not view in ga4 Thank you for replying
@zhihongkuah306
@zhihongkuah306 9 күн бұрын
Hi, does this code still work? When creating the purchase event tag, after putting in the measurement ID, on the right side it says “No Google tag found in this container” and asks me to create a tag
@TrackingAcademy
@TrackingAcademy 8 күн бұрын
Yesh, make sure you have one google tag with the measurement ID. google tag error has nothing to do with this purchase event code.
@multiubaid-lo7fx
@multiubaid-lo7fx 2 ай бұрын
can i use this method for google ads
@TrackingAcademy
@TrackingAcademy 2 ай бұрын
Sure thing, you can
@vezpacdesignhouse
@vezpacdesignhouse 3 ай бұрын
Merhaba, özel dönüşümleri ayarlamayla ilgili bir sorum var. Google Analytics'te özel dönüşümleri ayarlayıp daha sonra bunları Google Ads'e aktarmak daha mı etkili, yoksa doğrudan Google Ads'de ayrı özel dönüşümler mi oluşturmalıyız? Dönüşümleri izlemek için hem Google Analytics hem de Google Ads için ayrı etkinlikler ayarlamamız mı gerekiyor, yoksa Google Analytics'ten Google Ads'e aktarmak yeterli mi? Hangi yöntem daha iyi performans sağlar: verileri Google Analytics'ten içe aktarmak mı yoksa doğrudan Google Ads'de özel etkinlikler ayarlamak mı? Dönüşümleri hem Google Analytics hem de Google Ads'de ayarlarsak herhangi bir veri çakışması veya çoğaltması olur mu? Olası çakışmaları önlemek için bunu nasıl yönetmeliyiz?
@TrackingAcademy
@TrackingAcademy 3 ай бұрын
Merhaba, çeviri için Google Translate kullanıyorum. Her iki seçenek de uygundur, Ga4'ten gelen dönüşümü kullanabilir veya Google reklamları için ayrı dönüşümler oluşturabilirsiniz. Ben şahsen Gads için ayrı etiketler ve Ga4 için ayrı etiketler oluşturmayı seviyorum. Ayrı Gads etiketleri, e-posta, telefon, ad vb. gibi kullanıcı verilerini (gelişmiş dönüşüm) kapsam etiketleriyle ekleyebiliyorsak daha iyi sonuçlar sağlar. Ga4 ve Gads ayrı ayrı izleniyorsa, yinelenen dönüşüm veya ek veri izleme olmaz.
@vezpacdesignhouse
@vezpacdesignhouse 3 ай бұрын
@@TrackingAcademy Çok teşekkür ederim hocam. Peki yenilenen dönüşüm izlemesini engellemek için ayrı ayrı izleme kurulumu ile ilgili bir videonuz var mı? Bunu ile ilgili güncel ve google analytics ile google ads bir arada kurulumunu yaptığınız bir video için sabırsızlıkla bekliyoruz.
@TrackingAcademy
@TrackingAcademy 3 ай бұрын
Hi, the google ads videos for the new customer pixel events has not been recorded yet, they might be available after 2 weeks.
@harshkhaitan4478
@harshkhaitan4478 2 ай бұрын
This is not working for me. Can you help?
@TrackingAcademy
@TrackingAcademy Ай бұрын
Sure, what exactly is the issue?
@RajnikantChaudhary-f2u
@RajnikantChaudhary-f2u Ай бұрын
will it work on checkout extensibility extension b2b store
@TrackingAcademy
@TrackingAcademy Ай бұрын
yeah. it will work.
@ep-ug4sv
@ep-ug4sv 11 күн бұрын
"Doesn't this code no longer work due to the recent update?"
@TrackingAcademy
@TrackingAcademy 8 күн бұрын
This is the newer updated code with customer pixel, This new code was created about 4 months ago
Une nouvelle voiture pour Noël 🥹
00:28
Nicocapone
Рет қаралды 9 МЛН
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН
How to Set Up GA4 E-commerce Tracking (Complete Guide)
12:28
MeasureSchool
Рет қаралды 133 М.
Google releases are insanely good
14:08
Chai aur Code
Рет қаралды 59 М.
Shopify GA4 Ecommerce Tracking using Google Tag Manager (2025)
19:27