"매 IAP + IAA segment 별 결합으로 LTV 극대화". 매 2026 모바일 dominant model — 매 hyper-casual 가 hybrid-casual 로 진화하면서 mainstream. 매 non-payer 는 ad-load 로 monetize, payer 는 IAP 로 friction-free experience 제공.
매 핵심
매 segment 전략
Non-payer (95%): rewarded video + interstitial.
Minnow (3%): starter packs, small IAP.
Whale (top 2%): high-value bundles, VIP, no-ads.
Mixed: ad-removal IAP 로 transition path 제공.
매 KPI
ARPDAU: IAP ARPDAU + ad ARPDAU 합산.
Ad LTV vs IAP LTV: cohort 별 비교.
Cannibalization: IAP 가 광고 매출을 잠식하는지 측정.
No-ads conversion: ad-removal IAP rate.
매 응용
Royal Match: puzzle + ad + IAP combo.
Subway Surfers: 광고 중심 + cosmetic IAP.
Archero: IAA + IAP gem currency.
💻 패턴
Segment-based ad load
defad_frequency(user):ifuser.is_whale:return0# no adsifuser.has_paid:return1# rewarded onlyreturn3# full ad load