Moin
January 5, 2024, 12:02am
13
I don’t think so. It is about logged in users.
User Visits
The total number of user visits in the forum for the selected time period (today, yesterday, last 7 days, etc).
A User Visit is counted anytime a unique logged in user visits the site, up to once per day. For example, if a user visited a site every day within a week, Discourse would count that as 7 user visits.
Ruby Code: discourse/app/models/concerns/reports/visits.rb
You can also have a look at What is "user visits" on the admin dashboard?
I think this is similar to what you are looking for. Since you want all users and not only anonymous, you would have to remove the condition that the user is anonymous.
2 Likes