0
votes

I followed the following docs for creating Tag and trigger in GTM for "purchase" event: https://developers.google.com/tag-manager/android/v5/enhanced-ecommerce#purchases

I am able to track “events” and “screen views” in GA using GTM + Firebase but not the “ecommerce purchase”. I can see logs in firebase debug view for “ecommerce purchase” event, but it is not getting recorded in Google Analytics.

Trigger for ecommerce_purchase:

enter image description here

Tag configuration:

enter image description here

Firebase Debug View:

enter image description here

enter image description here

Any help would be greatly appreciated.

1
Have you made sure to enable Enhnaced Ecommerce in Google Analytics?faridghar
@faridghar, Yes It is enabled.Kalpesh Wadekar
GA may not record the hit if it is data is invalid. Is there anything (errors/warnings) in the app console output (having your firebase+gtm sdk in debug mode). Also, use https proxy (like fiddler/wireshark/charles) to catch actual request to GA endpoint and send it to /debug/ to check if data is malformedDmitry

1 Answers

0
votes

I also faced similar situation. Try hardcoding the Tracking ID field & it worked for me.