CAC Payback in iGaming: Definition, Formula and Why Cash-Flow Timing Matters
CAC Payback is the time it takes for cumulative NGR from an acquired cohort to recover the cost of acquiring that cohort. It is the cash-flow timing companion to CAC and LTV. A profitable cohort with very long payback may still strain operator cash, while a less profitable cohort…
iGaming Glossary · Category: Acquisition & Affiliate · Relevant for: Finance, Executive, Acquisition
TL;DR
CAC Payback is the time it takes for cumulative NGR from an acquired cohort to recover the cost of acquiring that cohort. It is the cash-flow timing companion to CAC and LTV. A profitable cohort with very long payback may still strain operator cash, while a less profitable cohort with fast payback can be operationally easier to run. CAC Payback determines how aggressive an operator can be with acquisition spend.
Formula
In its simplest form:
This is typically expressed in months. A CAC Payback of 6 months means the cohort generates NGR equal to CAC by month 6 of its lifecycle. After that point, the cohort is profit-generating; before, the operator is still recovering acquisition spend.
A typical warehouse-level cohort payback view:
Warehouse-level aggregationWITH cohort_ngr AS (
SELECT cohort_month,
months_since_acquisition,
SUM(monthly_ngr) OVER (
PARTITION BY cohort_month
ORDER BY months_since_acquisition
) AS cumulative_ngr
FROM monthly_cohort_revenue
)
SELECT cohort_month, months_since_acquisition
FROM cohort_ngr c
JOIN cohort_cac cc USING (cohort_month)
WHERE c.cumulative_ngr >= cc.cac
QUALIFY ROW_NUMBER()
OVER (PARTITION BY cohort_month
ORDER BY months_since_acquisition) = 1;Why it matters in iGaming
iGaming acquisition can be profitable in long horizons but expensive in short horizons. A 24-month LTV of 800 EUR justifies a 200 EUR CAC, but the operator carries the cost upfront and earns the revenue gradually. CAC Payback is the metric that quantifies this gap. A 4-month payback lets the operator scale aggressively. A 14-month payback constrains how fast the operator can grow without external financing.
Different teams care about CAC Payback differently:
- Finance treats CAC Payback as a key cash-flow planning metric, particularly during periods of aggressive acquisition spend.
- Executives consider CAC Payback in growth strategy: shorter payback supports higher reinvestment rates.
- Acquisition teams compare CAC Payback across channels to prioritise spend that generates faster cash recovery.
- M&A and investor audiences read CAC Payback as a quality signal of the underlying business model.
CAC Payback also reveals one of the structural realities of iGaming: bonus-heavy welcome offers compress early NGR, lengthening payback even when 12-month LTV is strong. Operators that optimise welcome offers for acquisition volume without watching payback can build cohorts that look great on LTV but strain cash flow during scale-up periods.
Common mistakes and how teams get CAC Payback wrong
Using GGR-based payback instead of NGR. GGR-based payback ignores bonus cost, fees and tax, all of which are real and material. NGR-based payback is the honest version. GGR-based payback shortens apparent payback periods and misleads cash-flow planning.
Confusing payback with profit. Reaching payback means cumulative cohort NGR equals CAC. The cohort is now break-even, not profitable. Profit accumulates after payback through remaining lifetime. Quoting payback as if it were the moment of profitability misleads about cohort economics.
Aggregating payback across very different cohorts. Bonus-heavy cohorts and organic cohorts have very different payback profiles. Blended payback hides which cohorts are dragging the average. Cohort-level payback by acquisition channel is the diagnostic version.
Ignoring discount rate. A euro of NGR in month 24 is worth less today than a euro in month 1. Operators using nominal payback without discount understate true payback time. Most finance teams apply at least a conservative discount when reporting payback at executive level.
Not tracking payback by market. Newly entered markets typically run materially longer payback than established markets, partly because of higher CAC and partly because of lower early monetisation. Aggregating across markets hides where the cash-flow strain is concentrated.
Healthy ranges and benchmarks
CAC Payback varies by market, vertical and acquisition mix. Directional patterns:
- CAC Payback under 6 months is excellent and typically associated with mature markets and strong organic cohorts.
- Payback of 6 to 12 months is common in well-run regulated market operations.
- Payback of 12 to 18 months is typical of newly entered markets or operators with heavy bonus structures.
- Payback above 18 months should prompt active review: either CAC is too high or early NGR is too low.
- Bonus-heavy cohorts often show extended payback that closes only as bonus cost amortises across longer revenue tails.
These are directional patterns based on industry observation, not strict benchmarks. The most useful comparisons happen within an operator across markets and across cohorts.
Related metrics and concepts
How Gamblitude handles CAC Payback
In Gamblitude, CAC Payback is exposed as a governed analytical view at cohort level, with breakdowns by market, channel and acquisition month. The platform builds the underlying cohort cumulative NGR curves from governed Metric definitions, so payback calculations are consistent across teams. Both nominal and discounted payback variants coexist as separate views. Insight Radar surfaces meaningful drift in payback trends, particularly when new market entry or major welcome offer changes affect cash-flow dynamics.
FAQ
Yes, at cohort level. Payback is the cohort-specific break-even point: the time at which cumulative NGR equals CAC. Beyond payback, the cohort generates net positive contribution. Before payback, it is still recovering acquisition cost.
NGR. GGR-based payback ignores real costs (bonus, fees, tax) and overstates the speed of recovery. NGR-based payback reflects the actual cash dynamics. Operators that publish GGR-based payback typically do so to flatter cash flow signals; the practice is misleading.
Significantly. Heavy welcome bonuses compress early NGR, extending payback by months. Operators that optimise welcome offers for acquisition volume without monitoring payback often build cohorts with strong long-term LTV but unsustainable short-term cash dynamics.
Multiple reasons compound. CAC is typically higher during market entry due to brand-building. Early cohorts are often heavily bonused. Retention curves are less mature. The combination produces meaningfully longer payback that gradually shortens as the market matures.
Most finance teams do, at least a conservative one. Future NGR is worth less than current cash, and ignoring this overstates the speed of recovery. The exact discount rate is a finance choice, but applying any discount produces more honest cash-flow signals than nominal payback.
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.
