Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebase Analytics calculation of User counts (Daily/Weekly/Monthly Active Users)

Firebase Analytics reports data w.r.t. Daily/Weekly/Monthly Active Users.

Few questions: (1) Dashboard: Projecting the Daily Active Users to a month, does not match the value shown in Firebase Dashboard.

For e.g. if Daily Active Users is 30K, then Firebase shows the corresponding Monthly Active Users as 150K. Does it imply that there were 30K users in last 7 days, and 120K in the preceding 21days? Not sure why isn't it 30 days x 30K = 900K.

(2) On selecting Firebase > Events > Select_Content > App version Last 7 days: shows approx 100K Last 30 days: shows approx 140K Does it imply that in the 21 day period only 40K User sessions occurred, while the App usage went up drastically in last 7 days?

Please help clarify.

thanks in advance,

like image 455
Varun Avatar asked Feb 15 '18 21:02

Varun


People also ask

How are active users calculated Firebase?

Active Users - The number of users who interacted with the app by starting at least one session. Multiple sessions only count as a single user. New Users - The number of users who have launched your app for the first time. Monthly Active Users - Number of active users over a 28 day period.

How are weekly active users calculated?

Weekly Active Users. WAU is the total number of unique users that view/engage with your website or mobile app within the last 7days, starting on the designated day. If you have 10 unique visitors from Monday to Saturday and on Sunday, you lose 2 but the rest come back. Your WAU would be 10.


1 Answers

The Active Users report in the Firebase dashboard is showing counts of users in the past 30, 7 and 1 day. The values are not projected, but rather based on user engagement that has been measured over those periods. The other thing to keep in mind is for each of those periods, it's the count of unique users over the entire period.

So, for example, if your seeing 150K Monthly Active Users (which is defined here as 30-day active users), that tells you you've had 150K unique users engage with your App in the last 30-day period. If you're seeing 30K Daily Active users, that tells you you had 30K unique users yesterday, and 120K different unique users from the 29 days before yesterday.

If the same user engages with your App more than once in the period, they only count as one. Out of your 30K users from yesterday, a number of those would have presumably engaged in the 29 days before that, so it's expected that your Monthly Active Users would be less than your Daily Active Users x 30 days. How much lower would depend on the specifics of your app, but the closer those numbers are, the more frequently the same users are returning to your App over the 30 days, which is positive in terms of user engagement retention.

like image 196
Evan Kirkwood Avatar answered Sep 16 '22 19:09

Evan Kirkwood