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
Correct me if I'm wrong, but it seems that Riveted is only capable of sending data to one tracker at a time. This is a bit confusing because of how the docs for gaTracker are phrased:
gaTracker
If you're using Universal Analytics and tracking multiple properties on the same page, this option lets you specify which property Riveted should send data to.
At first it sounds like Riveted supports multiple trackers, but eventually we realized that grammatically it indicates we have to choose just one tracker.
Hopefully this ticket will help anyone else who is confused by this to understand.
We had it set up for two trackers, one with gaTracker empty and one with it set to a slug. The result was that only the second one (with the slug) worked.
Assuming this is expected behavior, this ticket is to request that support for sending to multiple trackers be added to Riveted.
Main reason is that, in our case, we really want the data to match up across our different trackers, as a way to ensure our setup is sound. If we use nonInteraction=false with Riveted, then the tracker sending Riveted events will have more hits and lower bounce rate.
Thanks for considering this and for any clarification you can provide.
The text was updated successfully, but these errors were encountered:
Where it was added, looking at the code in 0332149 it seems like it wouldn't be so hard to make it support multiple trackers, just need to loop through them and send for each.
Correct me if I'm wrong, but it seems that Riveted is only capable of sending data to one tracker at a time. This is a bit confusing because of how the docs for
gaTracker
are phrased:At first it sounds like Riveted supports multiple trackers, but eventually we realized that grammatically it indicates we have to choose just one tracker.
Hopefully this ticket will help anyone else who is confused by this to understand.
We had it set up for two trackers, one with
gaTracker
empty and one with it set to a slug. The result was that only the second one (with the slug) worked.Assuming this is expected behavior, this ticket is to request that support for sending to multiple trackers be added to Riveted.
Main reason is that, in our case, we really want the data to match up across our different trackers, as a way to ensure our setup is sound. If we use
nonInteraction=false
with Riveted, then the tracker sending Riveted events will have more hits and lower bounce rate.Thanks for considering this and for any clarification you can provide.
The text was updated successfully, but these errors were encountered: