Royal Match (Dream Games → Scopely 2026 인수)와 Monopoly GO! (Scopely / Hasbro IP)는 24-72h 단기 이벤트 + 7-14일 메가 이벤트 + 시즌 패스의 3-tier 케이던스로 ARPDAU $0.30+ 와 D30 retention 25%+ 를 유지하는 라이브 운영 표준이 되었다.
매 핵심
1. Event Cadence (3-tier)
Tier
길이
예시
목적
Micro
4-24h
Royal Match "Lightning Round", Monopoly GO "Quick Wins"
DAU 스파이크, session count
Mid
2-7일
"Royal Tournament", "Partners Event"
결제 전환, 사회적 경쟁
Mega
14-21일
"Monopoly GO Golden Blitz", "Royal Castle Pass"
LTV, 장기 retention
2. Royal Match — Match-3 Live Ops
Team Tournament: 길드 단위 PvP, 보상은 booster + coins.
Lightning Round: 30분 한정, ×3 coin multiplier — sink 유도.
# event_config.yaml — Royal Match Lightning Roundevent:id:lightning_round_2026_05type:microduration_hours:4start:2026-05-10T18:00:00Zrewards:coin_multiplier:3.0booster_drop_rate:1.5segmentation:whale:{multiplier:5.0}dolphin:{multiplier:4.0}f2p:{multiplier:3.0}
-- ARPDAU 계산
SELECTevent_id,SUM(revenue_usd)/COUNT(DISTINCTuser_id)ASarpdau,COUNT(DISTINCTCASEWHENis_payerTHENuser_idEND)*1.0/COUNT(DISTINCTuser_id)ASconversion_rateFROMevent_participationWHEREevent_dateBETWEEN'2026-05-01'AND'2026-05-07'GROUPBYevent_id;
# fomo_notification.pydefsend_event_ending_push(user,event):ifevent.ends_in<timedelta(hours=1)anduser.event_progress<0.8:push.send(user,f"⏰ {event.name} ends in 1h — claim your rewards!")
// partners_event_state.js — Monopoly GO partners
constpartnersState={team:["alice","bob","carol","dave"],shared_board:{houses:12,hotels:3},contributions:{alice:4500,bob:3200,carol:2800,dave:5100},ends_at:"2026-05-15T00:00:00Z",};
// limited_bundle.ts
constSTARTER_BUNDLE={price_usd: 0.99,original_price: 49.99,// 98% off
contents:[{type:"gem",amount: 500},{type:"skin",id:"royal_blue"}],available_until:"first_purchase_complete",show_after_sessions: 3,};