0
votes

I'm having a nightmare trying to get enhanced eCommerce data showing in Google Analytics. Using Tag manager I've got the below in my data layer but I can't see anything in my Google Analytics account.

Unfortunately at the moment I'm having to scrape the DOM for the relevant information, so I'm pushing all the information to the datalayer with a 'payment ' event. The corresponding tag is correctly firing on this event.

The GTM preview inspector is showing everything as I would expect

I have ticked the relevant enabled enhanced eCommerce boxes and waited 72 hours after each attempted change but still no luck - can anyone help? I'm sure I've missed a simple step somewhere but no luck on the Google developer docs.

Many Thanks,

Eoghain

'Payment' Event:

DataLayer Screen Shot

After page Fully Loaded:

DataLayer ScreenShot

Tag: tag view

Trigger: Trigger

1
Just ruling out the obvious, make sure you aren't filtering out your own hits, check that you are sending to the correct property, also can you post screenshots of your relevant tags, variables, triggers?nyuen
Hi nyuen, thanks for your help. I've edited to add the screenshots. Yep I've worked my way through the basics, it's all pointing at the right places and other events and things are going through fine - just the eCommerce doesn't come through. There's no filtering at the moment. Thanks again!Djwokian
Yeah they are firing, and pushing the above into the data layer. I've picked that up through the tag manager preview.Djwokian

1 Answers

3
votes

OK I believe the issue is because you are using the Transaction type tag. This applies only to standard e-commerce. You need to piggyback your e-commerce data with either a pageview or a (non interactive) event.