Hey everyone, quick question!
Does anyone know know how to measure the average number of times a user has triggered an event, viewed cumulatively over time rather than period by period?
- For example - I have an app where users can upload their recipes and I want to understand whether users are continuing to upload more recipes over time
- Ideally, I want to set up a line graph that shows me whether or not the average number of recipes per user is increasing over time
- i.e. for the week ending 20 August, the value on the graph will be the average number of recipes per user since app launch until 21 August
- for the week ending 27 august, the value on the graph will be the average number of recipes per user since app launch until 27 August
- The closest I’ve gotten so far is creating a line graph that calculates the average number of recipe uploads in a given period, but not over time
Hope that makes sense