angulartics / angulartics-google-analytics

Google Analytics plugin for Angulartics
MIT License
133 stars 86 forks source link

Adding hitCallback option #54

Closed artberri closed 8 years ago

artberri commented 8 years ago

We are trying to track outbound links with angulartics, and we are using the recommended way: https://support.google.com/analytics/answer/1136920?hl=en Using the hitCallback parameter: https://developers.google.com/analytics/devguides/collection/analyticsjs/sending-hits#hitcallback

Because is not implemented in this plugin we need to make this tracking using directly windows.ga.

I hope you find it useful so we can continue using angulartics. Let me know any issue regarding this.