mgonto / angularytics

The solution to tracking page views and events in a SPA with AngularJS
MIT License
630 stars 70 forks source link

Fix issue with Google Universal Handler where page overriding with JSON object doesn't work #6

Closed wlow84 closed 11 years ago

wlow84 commented 11 years ago

Changed to the ga('send', 'pageview','/my-overriden-page?id=1') format as specified at https://developers.google.com/analytics/devguides/collection/analyticsjs/pages

mgonto commented 11 years ago

Thanks for the fix!!!

mgonto commented 11 years ago

Landed on 0.2.0 :) Thanks!