angulartics / angulartics-google-analytics

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

Is it possible to send an event and target one of several trackers? #119

Open mikesnare opened 4 years ago

mikesnare commented 4 years ago

Say I've set up multiple trackers using $window.ga('create', ...) and $analytics.settings.ga.additionalAccountNames = ['foo']; and then later I want to send an event to just the foo tracker. Is that possible using angulartics and the GA plugin?