Replies: 6 comments 2 replies
-
|
It's an interesting topic. Open source offers transparency but it's a bit opaque on that field outside of code. In the current version (2.10.0), if I don't make any mistakes: 1/ There's obviously an issue in the docs,
2/ When someone visits the website, an hash is associated with that visitor, saved as a session id. So 3/ Average time shown by Umami is 4/ It's a comparison with the same period of time before the start date of the selected one. Hope it helps :) |
Beta Was this translation helpful? Give feedback.
-
|
@Maxime-J is right, our documentation is not correct. Documentation has been updated. Currently, a session is equivalent to a unique visitor. But our use of the terminology is wrong. In the future we plan to change this so it's more clear. The new terms will be:
|
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the help! That clears up my questions. But now I've a few more new ones revolving around the
And for the
|
Beta Was this translation helpful? Give feedback.
-
|
I see that question 4 above is addressed in issue #2070. This is a critical API requirement for us... |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
We will be making some updates to the metrics endpoint that should address some of your issues.
For events, see https://umami.is/docs/event-data |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to pull stats via the API (
/api/websites/site-id/stats) and have some questions:uniquesis the number of unique visitors andbouncesare the number of returning visitors. Apart from the fact thebouncesvariable name is very misleading, does that mean that the total number of visitors isuniques+bounces?sessionsfrom the/api/websites/site-id/pageviewsAPI? I assumed that a visitor can have multiple sessions, but that doesn't seem correct as I'm seeing the number of sessions is always less than the number ofuniques.totaltimeis the total time spend by everyone during the perioud on the website? So average time would betotaltime/ (uniques+bounces)?changenumber represent? Change from what? The previous period? This does not seem correct based on the numbers I'm seeing.Any help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions