Question

How to see how many users open an app daily

  • 15 April 2024
  • 1 reply
  • 10 views

Say I have 100 users. I want to know, for each user, whether they opened the app on day 1, 2, 3, etc.

I don’t think I am looking for retention, but as an example, my current retention at day 30 is 40%. But this doesn’t really tell me whether the users in that 60% portion still might be using the app, just very sporadically, even on day 40, or even 100. Right? The nature of my app doesn’t really require constant usage.


1 reply

Userlevel 7
Badge +10

Hi @ScreenDave 

Afaik, I don’t think any current chart will help you get this value directly since most of them will club users on an aggregate level. Cohort definition will help you chart users who have been active daily using some clauses like this -

 

 

The direct way of getting on a user level this will be to either compute this as a custom user property which calculates and updates the day X property since the user’s joining date or a derived property using approaches like this.

 

Reply