Definition of Daily Active Users (DAU)

Multi tool use
Multi tool use

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP



Definition of Daily Active Users (DAU)



Suppose there exists an application X.



Is DAU defined as either (a) the number of users that login X every single day over a specified period, or (b) the average total number of users that login X each day over a specified period?



For example:



Specified period = 5 days



The same 50 users login X everyday. In addition, a random number of users login X on top of this each day, say 20, 40, 10, 25, 30.



Does DAU = 50 or DAU = (70+90+60+75+80)/5




1 Answer
1



DAU is how many unique users visit the site daily. In other words, DAU lives only during a specific day, and not other specific period.



In your example, DAU for the first day is 50 users, the socond - 70 users, the third - 90 and so on.



If you wanna calculate an Active Users index for a specific period, you may user Weekly Active Users (WAO) and Monthly Active Users (MAO) or, let's say, a [5 days] Active Users counters.



To calculate "[N Days]AU", you should measure it by counting the number of unique users during a specific measurement period, such as within the previous N days.



So, if User1 (and no one else) logins to the site every 5 days, you'll still have [N Days]AU = 1 for the site, because you have only 1 unique active user during this period.






By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

a bX7RWnRWV4JU 39,r5fX98uCnV6LEeyHnmxNJgB 2h2hZm 8HRs
RGnwnzcF,LmGmm H3mGW9a,zywXgnfhFbC1Sp0pzK DRPYE1DSTFiML3WvUC4DsT42jl

Popular posts from this blog

Firebase Auth - with Email and Password - Check user already registered

Dynamically update html content plain JS

Store custom data using WC_Cart add_to_cart() method in Woocommerce 3