Best Practices
How to calculate and report on Active Users?
5 min
an excellent gauge of customer health, particularly during the adoption phase, is achieving a high engagement rate among all of a company’s users we often encounter situations where a company may exhibit a strong usage rate, primarily because of one or two key users however, when these key users transition to different roles or depart from the company, it jeopardizes the relationship and raises doubts about the continued necessity of your product hence, monitoring adoption levels across all users becomes crucial custify offers three key https //kb custify com/custify overview to assist you active users yesterday active users last 7 days active users last 30 days moreover, when checking the usage tab of the https //kb custify com/customer 360 profile , you also get an insightful widget reflecting the number of daily/monthly active users you have the flexibility to utilize any of the default metrics to construct a https //kb custify com/health scores however, as we often suggest in our articles, simply comparing raw values may fall short comparing the number of active users across your various companies, for example, may not be meaningful due to significant differences in company sizes a more effective approach is to calculate the percentage of active users using https //kb custify com/cuwi calculated metrics , you can achieve this by dividing the number of active users by the total people count and multiplying the result by 100 to obtain a percentage formula metric value(‘metrics activeusers30days’) / metric value(‘metrics people count’) 100 situations when active users metrics are not populated – and workarounds it’s important to note that custify calculates the number of active users based on the events generated by users there may be situations where you’re not sending people events or not sending events at all additionally, there might be cases (though not recommended) where your internal users are also counted as people under a company, potentially inflating the percentage of active users in such scenarios, you can create your own calculated metrics as follows situations where there are no individual user events sent if you have chosen to send only company level events, it is advisable to include a metadata line that indicates the number of active users from the previous day you can extract this metadata within the calculated metrics by using the add event function, such as calculating the average of active users over the last x days if that is not possible, you can send a people attribute to track the last time they were active (e g last active date ) based on this attribute, create a people segment with the condition last active date less than x days ago (e g less than 30 days ago) build a metric that would count the number of people in that segment, by using the add people function – count the number of people in the segment active in the last 30 days 2\ situations when internal users are impacting the active users metrics in this scenario, the best way to build your own active users metric is to create a people segment that would capture people who generated any events in the last x days and who do not have an email address with your internal domain example then create your own metric, by using the add entity function – count the number of people in the segment active in the last 30 days (internal users excluded)
