
Frameworks, core principles and top case studies for SaaS pricing, learnt and refined over 28+ years of SaaS-monetization experience.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Join companies like Zoom, DocuSign, and Twilio using our systematic pricing approach to increase revenue by 12-40% year-over-year.
In the competitive landscape of SaaS, understanding user engagement is paramount to sustainable growth. Monthly Active Users (MAU) and Daily Active Users (DAU) serve as critical north star metrics that indicate product health, engagement levels, and potential revenue trajectory. For executives navigating the SaaS ecosystem, tracking these metrics effectively isn't just about collecting numbers—it's about driving strategic decision-making and forecasting business outcomes.
Active user metrics provide a fundamental lens through which to view product adoption and stickiness. According to OpenView Partners' 2023 SaaS Benchmark Report, companies with increasing DAU/MAU ratios (often called the "stickiness ratio") demonstrate 23% higher net revenue retention compared to those with declining ratios.
For executives, these metrics offer immediate insights into:
The first challenge in tracking MAU and DAU isn't technical—it's definitional. What constitutes an "active" user varies significantly across product types.
Before implementing tracking, answer these critical questions:
What user actions represent meaningful engagement? For communication tools, sending a message might be sufficient. For analytics platforms, running a report may be more appropriate.
What is the minimum threshold for activity? Is a user who logs in but takes no action "active"?
Are all user types equal? Should admin users and end users be counted identically, or do they merit separate tracking?
According to Mixpanel's Product Benchmarks Report, the most successful SaaS companies define active users based on value-driven actions rather than simple logins. Their research found that companies using value-based activity definitions achieved 34% higher retention rates.
Once definitions are established, implementation becomes the focus. There are three primary approaches:
Platforms like Amplitude, Mixpanel, and Heap offer pre-built active user tracking with minimal technical overhead.
Advantages:
Implementation steps:
For companies with data warehouses already in place, direct SQL queries can provide highly customized tracking.
Example SQL for DAU calculation:
SELECT DATE(timestamp) as date, COUNT(DISTINCT user_id) as daily_active_usersFROM user_eventsWHERE event_type IN ('key_action_1', 'key_action_2') AND timestamp >= DATEADD(day, -30, CURRENT_DATE)GROUP BY DATE(timestamp)ORDER BY date DESC;
Customer Data Platforms like Segment or RudderStack can capture user events and route them to multiple destinations.
Best practice workflow:
Basic tracking is just the starting point. The real value emerges from deeper analysis:
This metric, typically expressed as a percentage, indicates how frequently your monthly users engage with your product.
Industry benchmarks:
A VC firm Andreessen Horowitz study found that B2B SaaS companies with DAU/MAU ratios above 25% averaged 2.4x the valuation multiples of those below 15%.
Analyze how active usage patterns evolve for specific user cohorts over time.
Key questions to answer:
Break down active users by key segments:
For SaaS executives, the ultimate value of tracking active users lies in connecting these metrics to business outcomes:
Establish the relationship between active usage and monetary value:
According to Gainsight's Customer Success industry report, SaaS companies that correlate active usage to revenue outcomes show 18% higher net dollar retention than those focused solely on activity metrics.
Advanced organizations use active user data to build predictive models:
To effectively implement MAU and DAU tracking in your organization:
Tracking MAU and DAU effectively transforms these metrics from vanity numbers into strategic tools. For SaaS executives, the goal isn't simply to count active users but to develop a nuanced understanding of user behavior that drives product strategy, customer success initiatives, and ultimately, business growth.
Companies that master active user tracking gain an invaluable early warning system for potential challenges and a compass for identifying expansion opportunities. In the increasingly competitive SaaS landscape, this intelligence isn't just helpful—it's essential for sustainable competitive advantage.
By implementing a structured approach to MAU and DAU tracking, you position your organization to make data-driven decisions that enhance product stickiness, improve customer outcomes, and accelerate revenue growth.
Join companies like Zoom, DocuSign, and Twilio using our systematic pricing approach to increase revenue by 12-40% year-over-year.