Tracking Google Analytics Page Views with AngularJS

前端 未结 21 907
北恋
北恋 2020-11-27 09:14

I\'m setting up a new app using AngularJS as the frontend. Everything on the client side is done with HTML5 pushstate and I\'d like to be able to track my page views in Goog

21条回答
  •  渐次进展
    2020-11-27 09:41

    I've created a service + filter that could help you guys with this, and maybe also with some other providers if you choose to add them in the future.

    Check out https://github.com/mgonto/angularytics and let me know how this works out for you.

提交回复
热议问题