Google Analytics – Get Date When Most People Were Online

google analytics

I am trying to find out where in Google Analytics I can see the "peak" of "active users" online on my site.

The realtime report gives me:

google analytics realtime

In the screenshot it says 368. But where can I find the highest one in the history of my site's tracking? Or how can I retrieve this number?

Best Answer

If you are looking for the date instead of timestamp of peak active users, it's fairly simple. Go to Audience > Overview > Update date range to maximum > Find peak in chart.

Try also this: Go to Query Explorer (ga-dev-tools.appspot.com/query-explorer)

Check out my settings:

GA query explorer

metrics = ga:users
dimensions = ga:dateHourMinute
sort = -ga:users (descending)