revolunet / angular-google-analytics

Google Analytics tracking for your AngularJS apps
MIT License
652 stars 179 forks source link

enhanced eCommerce data is not being send to GA #201

Closed zkovalenko closed 7 years ago

zkovalenko commented 7 years ago

@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.

screen shot 2017-03-02 at 12 11 04 pm