CPL (Cost Per Lead) in iGaming: Definition, Formula and Why It Sits Earlier in the Funnel Than CPA
Cost Per Lead (CPL) is the marketing spend per registered player, typically before any deposit is made. It sits one funnel step earlier than CPA and is most commonly used in affiliate contracts where the affiliate is paid for delivering registrations rather than depositors. CPL is…
iGaming Glossary · Category: Acquisition & Affiliate · Relevant for: Marketing, Acquisition, Affiliate
TL;DR
Cost Per Lead (CPL) is the marketing spend per registered player, typically before any deposit is made. It sits one funnel step earlier than CPA and is most commonly used in affiliate contracts where the affiliate is paid for delivering registrations rather than depositors. CPL is cheaper to deliver than CPA, but the quality of CPL traffic varies enormously, which is why most operators pair CPL contracts with quality minimums or hybrid structures.
Formula
In its simplest form:
The lead event is typically a completed registration with verified email or phone. Some operators define lead more strictly (verified KYC) or more loosely (form submission). The choice affects the cost dramatically and needs to be documented in contracts.
A typical warehouse-level aggregation:
Warehouse-level aggregationSELECT
channel,
SUM(spend) * 1.0
/ NULLIF(COUNT(DISTINCT lead_id), 0) AS cpl
FROM acquisition_attributions
WHERE registration_date BETWEEN :start AND :end
AND registration_status = 'verified'
GROUP BY channel;Why it matters in iGaming
CPL exists because acquiring a depositing player is expensive and risky to pay for upfront. Many affiliates prefer to be paid per lead because the conversion to deposit depends on operator factors (welcome offer, KYC flow, deposit options) that affiliates cannot control. Operators sometimes prefer CPL when they have strong onboarding and want to control the post-registration funnel themselves.
Different teams use CPL differently:
- Marketing tracks CPL by channel as the upper-funnel volume cost.
- Affiliate teams use CPL as one of three main contract structures (alongside CPA and RevShare).
- Performance Marketing reads CPL on paid social and display channels where lead generation is the primary objective.
- Finance compares CPL-based and CPA-based channels through the lens of lead-to-FTD conversion to determine which is more efficient overall.
CPL also exposes the registration-to-FTD conversion gap clearly. Two channels at the same CPL can produce very different downstream FTD volumes if their lead quality differs. The metric is most useful when paired with conversion rate to deposit, not read in isolation.
Common mistakes and how teams get CPL wrong
Confusing CPL with CPA. These are different funnel events. CPL is per lead. CPA is per acquired (typically depositing) player. Quoting one as if it were the other produces large errors in cost-efficiency analysis.
Inconsistent lead definition. Form submission, verified email, full KYC and qualified lead all produce different lead counts and different CPL numbers. Affiliate contracts should specify the exact definition; internal reporting should align.
Treating CPL as a vanity metric. Cheap CPL on traffic that never converts to FTD is not cheap acquisition; it is wasted spend. Quality controls (minimum conversion rate, KYC completion rate, FTD ratio) protect against pure-volume CPL deals that produce no value.
Mixing CPL channels with very different conversion profiles. A 5 EUR CPL channel with 5 percent FTD conversion costs 100 EUR effective CPA. A 12 EUR CPL channel with 25 percent FTD conversion costs 48 EUR effective CPA. Comparing CPL across channels without conversion context misleads.
Not protecting against fraud or bot traffic. CPL contracts attract automated registration fraud more than CPA contracts because the payout event is upstream of value verification. Fraud filters, IP and device checks and clawback windows are essential controls on CPL deals.
Healthy ranges and benchmarks
CPL varies dramatically by market, channel and lead definition. Directional patterns:
- Paid social CPL in mature markets typically runs from low single digits to mid-double digits in euros, with high variance based on creative quality and audience targeting.
- Affiliate CPL deals usually fall between paid social and CPA economics, often with quality minimums attached.
- Lead-to-FTD conversion rates of 20 to 40 percent are common for direct and high-intent traffic; below 10 percent for low-intent or generic traffic.
- CPL on display advertising is usually the lowest among paid channels but with correspondingly low conversion to FTD.
These are directional patterns based on industry observation, not strict benchmarks. The most useful comparison is effective CPA per channel (CPL divided by lead-to-FTD conversion) rather than CPL alone.
Related metrics and concepts
How Gamblitude handles CPL
In Gamblitude, CPL is exposed as a governed Metric with explicit lead-event definitions and channel attribution. Variants such as CPL(Form Submission), CPL(Verified Lead), CPL(KYC Complete) coexist as separate Metrics. Effective CPA per CPL channel is tracked as a derived metric that pairs CPL with lead-to-FTD conversion, so Marketing teams compare CPL channels with CPA channels on equivalent terms. Insight Radar surfaces meaningful drift in CPL or in lead-to-FTD conversion before it affects monthly acquisition reviews.
FAQ
CPL is per lead (typically registered player). CPA is per acquired player (typically depositor). CPL is structurally cheaper because it sits earlier in the funnel, but lead quality varies dramatically. Most acquisition decisions need both metrics or the derived effective CPA (CPL divided by lead-to-FTD conversion).
Because the conversion from lead to deposit depends on operator factors (welcome offer, KYC flow, deposit options) that affiliates cannot influence. CPL pays affiliates for what they can control (delivering registrations). CPA pays them only for downstream events that can be lost to operator-side friction.
Quality controls in the contract: minimum lead-to-FTD conversion rate, minimum KYC completion rate, fraud clawback clauses, IP and device de-duplication. Operators that pay CPL without these controls regularly lose money to bot-driven or low-intent traffic.
Yes. The two attribution models behave differently across the funnel. Mixing them in a single channel performance report obscures which traffic source actually drove which behaviour. Most mature operators maintain separate dashboards for CPL-based and CPA-based traffic.
Yes, but with stricter controls. Regulated markets often require KYC verification before any meaningful activity, which means lead quality at the form-submission stage is less informative. The lead definition typically shifts toward verified-KYC leads, which raises CPL but reduces the gap to CPA economics.
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.
