Multile Sites/Hosts in one set of stats #563
iammattmartin
started this conversation in
Ideas
Replies: 1 comment
-
|
I agree with this proposal. My project has 4 mirrors, on different domains, and I want to analyze statistics on all mirrors on one screen, without creating separate sites inside rybbit |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
One feature that Matomo has is you can specify multiple site IDs in one JS call.
And then can use this to merge stats between sub-domains, useful if your doing a transaction on one sub-domain but a live site on another and want to track the user journey the whole way through.
Something which could allow that and then say a user comes to your site as an unknown, orders (which you can then set an identity of) and it'll show all their traffic up to that point).
The stats would need to allow showing the full URL prefix (i.e full FQDN) instead of just the path given it would be showing data from many hosts, not one.
Beta Was this translation helpful? Give feedback.
All reactions