How to get last 30 minutes active users? #515
Unanswered
TharukaDananjaya
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to get last 30 minutes or want to get minutes range data :
`public function usersInLast30Minutes($propery_id)
{
try {
Config::set('analytics.property_id', $propery_id);
Above method not work. i think its only work for date ranges not time ranges. Anyone know how to do that?
Beta Was this translation helpful? Give feedback.
All reactions