enhanced eCommerce data is not being send to GA
zkovalenko opened this issue · 0 comments
zkovalenko commented
@justinsa Question:
I have setup analytics as follows:
AnalyticsProvider.setAccount('UA-XXXXXXX-1');
AnalyticsProvider
.ignoreFirstPageLoad(true)
.trackPages(true)
.trackUrlParams(true)
.setPageEvent('$stateChangeSuccess')
.logAllCalls(true)
.setDomainName('none')
.useECommerce(true, true);
I am sending the events as per instructions and can see the events in the Google Analytics debugger, see attached screenshot.
When I go to my GA account, i cant see any eCommerce data. Not sure where to go from here.