angulartics

Angulartics GA events not getting tracked

流过昼夜 提交于 2019-12-12 09:35:40
问题 I am using angulartics google analytics in my project. I have set it up as the docs say. Its tracking the page views and all in real time but the events is not getting tracked. Here is my code: view: // Not getting tracked <a href="#" ng-click="download()" analytics-on="click" analytics-event="Download">Push</a> index.html <!-- Put Your GOOGLE ANALYTICS CODE Below --> <script src="vendor/angular/angulartics.js"></script> <script src="vendor/angular/angulartics-ga.js"></script> <script>