Active Players in iGaming: Definition, Formula and Why the Definition Matters More Than the Number
Active Players is the count of distinct players who showed defined activity within a period. It is the denominator behind ARPU, churn, retention, conversion and most CRM analytics, which makes the choice of "what counts as active" one of the highest-leverage definitions in the entire…
iGaming Glossary · Category: Player & Activity Metrics · Relevant for: CRM, Marketing, Executive, Finance
TL;DR
Active Players is the count of distinct players who showed defined activity within a period. It is the denominator behind ARPU, churn, retention, conversion and most CRM analytics, which makes the choice of "what counts as active" one of the highest-leverage definitions in the entire operator data stack. Every team uses it. Few operators define it consistently.
Formula
In its simplest form:
The activity criterion is the design choice. Common options: any login, any session, any settled bet, any real-money bet above a threshold, any deposit, any combination of these. Each definition produces a different number, sometimes by 30 to 50 percent on the same player base.
A typical warehouse-level aggregation:
Warehouse-level aggregationSELECT
COUNT(DISTINCT player_id) AS active_players
FROM bets
WHERE bet_date BETWEEN :start AND :end
AND bet_status = 'settled'
AND stake > 0;Operators commonly maintain three or four parallel definitions: Logged-In Active, Wagering Active, Real-Money Active and Depositing Active. Each serves a different purpose and is used by a different team.
Why it matters in iGaming
Almost every CRM and marketing metric divides by Active Players. ARPU is GGR over Active Players. Churn rate compares active in period A to active in period B. Conversion rates use Active Players in the denominator. Retention rates use it in both numerator and denominator. The definition of Active Players therefore propagates into every downstream metric, and inconsistencies cascade everywhere.
Different teams read Active Players for different reasons:
- CRM tracks active players to size lifecycle programmes and reactivation campaigns.
- Marketing uses active players per channel as a quality signal beyond raw acquisition volume.
- Finance forecasts revenue from Active Players times ARPU, so the activity definition flows directly into the budget.
- Executives watch trends in Active Players as a top-level engagement health signal independent of revenue noise.
The strategic implication: an operator's Active Players number is only as trustworthy as the definition behind it. A loose definition makes the business look bigger and engagement look stronger, but it propagates errors into every downstream metric. A strict definition is more honest but typically requires explicit communication when comparing to industry numbers.
Common mistakes and how teams get Active Players wrong
Using login as the activity criterion. A logged-in player who never bets is not really active in any meaningful business sense. Login-based definitions inflate Active Players and propagate the inflation into ARPU, churn and conversion metrics across the organisation.
Different teams using different definitions. When CRM uses wagering active and Finance uses login active, every downstream metric they report on is comparable to no one else's. The fix is one shared default with explicit naming for variants.
Counting bonus-only activity as active. A player who only ever wagers free bets or free spins is not contributing real-money revenue. Including them in Active Players inflates ARPU dilution and creates false retention signals.
Aggregating across very different time windows. Daily, weekly and monthly active counts measure different things. A player active once a month is in MAU but not DAU. Reporting them as if they were equivalent metrics confuses any conversation about engagement frequency.
Ignoring multi-brand and multi-account complexity. Operators with multiple brands often have players active across more than one. Counting them once per brand produces a higher number than counting them once at the player level. The right choice depends on the use case but must be explicit.
Healthy ranges and benchmarks
Active Players is an absolute count, so there is no universal benchmark. Useful framings instead:
- Active-to-Registered ratio shows engagement strength on the registered base, typically running well below 50 percent for most operators on monthly active definitions.
- Wagering Active to Login Active ratio shows what share of logged-in users actually placed bets, a clean engagement quality signal.
- Real-Money Active to Total Active shows the dependence on bonus-driven activity.
- Active Players growth, normalised for new market launches and acquisition campaigns, is a useful organic engagement signal.
These are framing patterns, not strict benchmarks. The most useful comparison is your own Active Players over time, sliced by activity definition, channel, vertical and cohort.
Related metrics and concepts
How Gamblitude handles Active Players
In Gamblitude, Active Players is a governed Metric defined once at the semantic layer with explicit activity criterion, time window and player-level deduplication rules. Variants such as Logged-In Active, Wagering Active, Real-Money Active and Depositing Active coexist as separate Metrics, each with clear ownership. Every downstream metric (ARPU, churn, conversion, retention) references one of these by name, so changes to one definition propagate cleanly without breaking the rest of the analytical stack.
FAQ
There is no industry standard. The most defensible default is wagering active (any settled real-money bet in the period), because it ties activity directly to business outcomes. Login active overstates activity. Depositing active understates it. Wagering active sits in the middle and aligns with how revenue is earned.
Generally no for revenue-tied metrics like ARPU. Bonus-only players generate engagement but not real-money revenue. Counting them inflates the denominator and dilutes the average. The cleaner approach is to track them in a separate Bonus-Only Active variant rather than mixing them with revenue-generating activity.
Registered Users is the cumulative count of all accounts ever created. Active Players is the subset showing recent activity. Registered Users grows monotonically over time. Active Players fluctuates with engagement, retention and acquisition cycles. Confusing the two leads to wildly different revenue forecasts on the same dataset.
Often yes, but with the activity definition stated explicitly. Boards comparing Active Players across operators or quarters need to know whether they are seeing wagering active, depositing active or another variant. Reporting a single number without that context invites misinterpretation.
Two valid choices. Brand-level Active Players counts each brand independently and sums (a player active across two brands counts twice). Operator-level Active Players deduplicates at the player identity level (counts once). Most internal reporting uses operator-level. External marketing claims sometimes use brand-level. Both should be named explicitly to avoid confusion.
Further reading
Found a mistake or want a term added to the iGaming Glossary? Let us know.
Browse the complete glossary or see how governed definitions work across dashboards, reports, alerts and AI answers.
