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
We've got to the point where across single application we need to use the same adapter with 2 different configurations. Is there any way to achieve it without extending ember-metrics API, so I can use for example ember-metrics with GoogleAnalytics adapter with 1 config on some specific routes and with another on all other (the whole app will have one config except few routes). The problem is that if I've 2 Google Analytic adapters, only the first one is tracking data (even if 2 of them are initialized).
I'm not sure this will address the same issue we had. Basically, we want to deactivate specific GA adapter for the given ID and turn on the other one. All of this is related to the current path in the application. So basically, we one tracking in few routes and some other in another route.
The data on another route shouldn't be tracked for one of the adapters.
Do you think that there is any build in an option that allows for that? For that case, I've prepared with @mikoscz the draft of the solution #136.
We've got to the point where across single application we need to use the same adapter with 2 different configurations. Is there any way to achieve it without extending ember-metrics API, so I can use for example ember-metrics with GoogleAnalytics adapter with 1 config on some specific routes and with another on all other (the whole app will have one config except few routes). The problem is that if I've 2 Google Analytic adapters, only the first one is tracking data (even if 2 of them are initialized).
Issue seem to be connected to #91
Thanks in advance for any help.
The text was updated successfully, but these errors were encountered: