google tag manager - GTM Ecommerce Tracking Issue -
i expecting me on below. below scenario
we planning track revenue, products sold etc , have setup standard ecommerce tracking using gtm on test domain. if ecommerce tracking works fine on test domain then, have planned move live.
trigger have setup
tag have setup
data layer code placed on confirmation page above gtm container after opening tag
<script> window.datalayer = window.datalayer || [] datalayer.push({ 'transactionid': 'xyz', 'transactiontotal': 123, 'currencycode': 'sar', 'transactionproducts': [{ 'sku': 'abcd', 'name': 'iphone', 'category': 'mobile', 'price': 999, 'quantity': 1 }] }); </script>
here problems are
1) whenever lands on confirmation page in real time goal conversion visitors showing 2 instead of 1 confirmation page.
2) did continuously 4 bookings 1 booking showing in goal conversions option , ecommerce tracking showing 1 booking only. 4 bookings gtm tag triggered , in real time conversions showed 4 bookings.
3) after 15 mins again made booking then, booking tracking in analytics , showing under conversions option.
i want know why happen. why analytics not tracking goal conversions if bookings continuously system. why tracking after 15 mins of time.
2) goals registered once per session, unless wait 30 minutes or remove cookie goal completed once. if re-use transaction id merged single row in reports (try , set minutes secondary dimension, should break transactions different rows). better use different transaction ids testing (maybe random strings).
3) seems session has ended (unusual, session should 30 minutes default, or until change of traffic source) , conversions recorded again.
as 1) no idea - if 2 users show mean create 2 ga sessons different client ids, there nothing wrong trigger. don't think can diagnosed without looking @ page.
Comments
Post a Comment