Solved

Aggregating events for users to assess percentiles

  • 23 June 2023
  • 1 reply
  • 121 views

I have an event that states the time a user spent watching a video. A user may have triggered several of those events per day if the user watched several videos. I’m trying to aggregate the events on a user level so that I can get a distribution of how long a user watches videos on average per day. I’m struggling to figure out how to aggregate the events for users.

icon

Best answer by Saish Redkar 23 June 2023, 23:37

View original

1 reply

Userlevel 7
Badge +10

Hi @mtfit 

You can use the “Average of Property Value” metric to get the average duration per day as seen in this demo chart -https://analytics.amplitude.com/demo/chart/new/tdo4rzkg

This will show you daily average of the duration property across all users during that day.

You can further use a group by on User ID to see the averages of individual users or filter on a given User ID.

Let me know if I understood your use case correctly. Hope this helps.

Reply