You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 thefoo
tracker. Is that possible using angulartics and the GA plugin?The text was updated successfully, but these errors were encountered: