google-analytics-plugin: Browser Platform Not Working

I have started the plugin in browser, everything is working fine and no errors anywhere. I enabled debug mode and here is the output below.

window.ga.trackEvent('test','test', 'test','test');
VM991:1 UniversalAnalyticsProxy ["send", Object]

However I do not see any change in the google analytics dashboard. Nor do I see any network changes in the network tab

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Comments: 30 (5 by maintainers)

Most upvoted comments

// eventually: npm install -g http-server
cordova platform add browser
cordova build browser
cd platforms/browser/www && http-server

please fix the code conflict on pr #373