Member-only story
User Engagement and Activity Histogram Analysis
User engagement and frequency of usage analysis using SQL
User engagement is one of the best indicators that people love the product they use. You can improve user engagement if you can define and scale it. User engagement can mean any interaction with your product or it could also be a list of specific actions (or that one action).
MAU and DAU, or DAU/MAU conversion as the ratio of daily active users over monthly active users, is a common metric measuring user engagement. It tells you “how deep” users engage with your product. It is tailored for heavy daily usage, however, and doesn’t provide insight into how often users engage. Additionally, your product may also be intended for weekly/monthly use instead of daily. Therefore, in addition to DAU/MAU conversion, I always look into the frequency of engagement or Activity Histogram. Below I’ll demonstrate a walkthrough of how to approach and conduct this analysis using SQL.
User Activity Histogram shows the total number of days that users were active in a month (or 28 days). You can make it general and reflect top-level activity like views, opens, or logins. It can also represent a specific action to measure for your product.
The purpose of this histogram is to illustrate:
- Does your product have an engaged user segment that comes back every day?
- How often do users come back to use your product?
- Does it have user segments? How many users are heavily engaged, and how many are just “exploring”?
This histogram is usually an outlet to many additional analyses on user activity, retention, or tenure — a timeline of behavior change. You can use it to locate your power users, and then keep this cohort for email and other marketing campaigns.
Here is a sample of SQL that could be used for building a histogram:
Output example:
