I cannot figure out why Google Tag ManageR is not sending Enhanced Ecommerce dataLayer through to Analytics.
My issue is very similar to this question: Google Tag Manager Not Sending Ecommerce Data to Analytics (Standard Ecommerce)
GTM is properly sending pageviews to Analytics, just not transaction data.
Our custom 'transactionComplete' event properly fires when we want. It shows in the Tag Debug panel and dataLayer looks good, keys match documentation: https://developers.google.com/tag-manager/enhanced-ecommerce#purchases . The datalayer shows in Tag Assistant tool for GTM.
What does NOT show is Ecommerce data, dataLayer, etc. under the Google Analytics tab in the Tag Assistant, nor does it appear in GA itself.
- GTM Tag: https://imgur.com/a/LiJWCjI
- GTM Trigger: https://imgur.com/pvIAfUh
- GTM Variable: https://imgur.com/1T2Pkzq
- Tag Debug Event Tags: https://imgur.com/qJrbkIt
- Tag Debug Event Vars: https://imgur.com/j6h3Cbc
- Tag Debug Event Data: https://imgur.com/RGgWY4S
- Tag Assist GTM Data: https://imgur.com/qh8zfTq
- Tag Assist GA: https://imgur.com/ZDl217F
It looks like in the last image, in Tag Assistant for GA, we're missing the 'Other Event' listing with transaction data sent to GA.
Any ideas at all?