[G1-Sync] Manual knowledge update
This commit is contained in:
@@ -1,67 +1,242 @@
|
||||
---
|
||||
id: wiki-2026-0508-dynamic-pricing-offers
|
||||
title: "Dynamic Pricing & Offers"
|
||||
title: Dynamic Pricing & Offers
|
||||
category: 10_Wiki/Topics
|
||||
status: needs_review
|
||||
status: verified
|
||||
canonical_id: self
|
||||
aliases: []
|
||||
aliases: [dynamic pricing, surge pricing, demand pricing, personalized offer, price optimization]
|
||||
duplicate_of: none
|
||||
source_trust_level: A
|
||||
confidence_score: 0.92
|
||||
tags: [uncategorized]
|
||||
verification_status: applied
|
||||
tags: [pricing, dynamic-pricing, optimization, ml, revenue, demand, ecommerce]
|
||||
raw_sources: []
|
||||
last_reinforced: 2026-05-08
|
||||
last_reinforced: 2026-05-10
|
||||
github_commit: pending
|
||||
inferred_by: Claude Opus 4.7 (auto-normalize 2026-05-08)
|
||||
tech_stack:
|
||||
language: Python
|
||||
framework: scikit-learn / XGBoost / OR-Tools
|
||||
---
|
||||
|
||||
# [[Dynamic Pricing & Offers|Dynamic Pricing & Offers]]
|
||||
# Dynamic Pricing & Offers
|
||||
|
||||
## 📌 한 줄 통찰 (The Karpathy Summary)
|
||||
동적 가격 책정 및 제안([[Dynamic Pricing|Dynamic Pricing]] & Offers)은 Game of War에서 플레이어의 지불 의향(Willingness to Pay, WTP)을 극대화하기 위해 사용하는 알고리즘 기반의 과금 모델입니다. 고정된 가격표를 제공하는 전통적인 게임과 달리, 플레이어의 게임 내 상황, 구매 이력, 이탈 위험성 등을 실시간으로 분석하여 가격과 패키지 구성을 유동적으로 변화시킵니다. 이를 통해 플레이어를 초기 소액 결제에서 시작해 점진적으로 고액 결제로 유도하는 '계단식(Staircase)' 수익 구조를 형성합니다.
|
||||
## 매 한 줄
|
||||
> **"매 supply / demand / inventory / context 의 real-time 의 price 의 adjust"**. 매 Uber surge, 매 airline yield, 매 hotel revenue management. 매 modern: 매 ML + RL + causal inference. 매 ethical: 매 fairness + 매 backlash.
|
||||
|
||||
## 📖 구조화된 지식 (Synthesized Content)
|
||||
* **계단식 가격 상승 모델 (Staircase/Ladder Model):** Game of War의 동적 가격 책정은 플레이어를 점차 더 높은 가격대의 상품으로 유도하도록 설계되었습니다 [1-3]. 신규 플레이어에게는 4.99달러의 막대한 자원을 주는 스타터 팩을 제공하지만, 한 번 구매하고 나면 해당 가격의 상품은 사라지고 19.99달러, 최종적으로 99.99달러 패키지로 상향 대체됩니다 [1, 4, 5]. 최상위 플레이 구간에서는 99.99달러 패키지가 사실상 표준 화폐 단위가 되며, 이는 플레이어의 최소 지출 기준선(Spend floor)을 끌어올리는 역할을 합니다 [6].
|
||||
* **마찰 지점에서의 맞춤형 제안 ([[Monetization at the Point of Friction|Monetization at the Point of Friction]]):** 자체 개발한 실시간 엔진(RTE)을 통해 플레이어의 행동 데이터를 세밀하게 분석하고 상황에 맞는 제안을 노출합니다 [7]. 예를 들어, 전투에서 플레이어의 군대가 전멸('Zeroed')당했을 때, 시스템은 즉시 부대 재건에 필요한 정확한 자원과 가속 아이템이 포함된 99.99달러짜리 "복수 팩(Revenge Pack)"을 팝업으로 띄웁니다 [7-9]. 이러한 감정적 마찰 지점에서의 수익화는 전례 없는 일일 활성 사용자당 평균 수익(ARPDAU)을 기록하는 핵심 요인이 되었습니다 [7].
|
||||
* **유저 상태 기반 타겟팅 (Targeting based on circumstance):** 결제 이력뿐만 아니라 게임 참여 상태에 따라서도 제안이 동적으로 변합니다. 예를 들어 6개월 동안 게임에 접속하지 않던 유저가 복귀할 경우, 게임에 다시 정착할 수 있도록 파격적인 혜택을 담은 상품을 제시하여 어떻게든 결제와 복귀를 유도합니다 [8, 9].
|
||||
* **번들 구성의 심리적 조작:** 고가의 맞춤형 번들은 가치를 부풀리기 위해 플레이어에게 필요 없는 '잉여 아이템(redundant junk)'을 다수 포함하는 방식으로 설계됩니다 [6]. 동시에 플레이어의 병목 현상을 해소할 수 있는 핵심 필수 아이템은 소량만 제공함으로써 지속적인 추가 결제를 강제합니다 [6].
|
||||
* **맞춤형 번들 (Customizable Bundles):** 플레이어가 직접 세트 메뉴처럼 원하는 화폐, 자원, 부스트를 선택하여 자신만의 이상적인 번들을 구성할 수 있는 기능도 지원합니다 [10, 11]. 이는 플레이어에게 통제감을 주어 구매 시의 마찰(Friction)을 줄이고 결제 전환율을 높이는 효과적인 장치로 작용합니다 [10].
|
||||
## 매 핵심
|
||||
|
||||
## 🔗 지식 연결 (Graph)
|
||||
* **Related Topics:** [[Staircase Monetization|Staircase Monetization]], Willingness to Pay (WTP), Real-Time Engine (RTE), [[Whale Hunting|Whale Hunting]], Predatory Monetisation
|
||||
* **Projects/Contexts:** Game of War: Fire Age, [[Machine Zone|Machine Zone]] (MZ), [[Mobile Strike|Mobile Strike]], Final Fantasy XV: A New Empire
|
||||
* **Contradictions/Notes:** 동적 가격 책정은 단기적인 수익 극대화와 높은 LTV(평생 가치) 달성에는 매우 효과적이나, 플레이어 입장에서는 매몰 비용 오류(Sunk Cost Fallacy)와 FOMO를 악용하는 '약탈적이고 공격적인 수익 창출 기법'이라는 비판과 윤리적 논란을 동시에 낳고 있습니다 [12-14].
|
||||
### 매 method
|
||||
- **Rule-based**: 매 demand-tier.
|
||||
- **Elasticity model**: 매 price-demand curve.
|
||||
- **MAB / bandit**: 매 explore.
|
||||
- **RL**: 매 long-horizon reward.
|
||||
- **Causal**: 매 price 의 effect 의 estimate.
|
||||
|
||||
---
|
||||
*Last updated: 2026-04-27*
|
||||
### 매 famous
|
||||
- **Uber surge**: 매 multiplier.
|
||||
- **Airline yield**: 매 fare class + restriction.
|
||||
- **Hotel RM**: 매 occupancy + LOS.
|
||||
- **Amazon**: 매 millions / day price change.
|
||||
- **Ticketmaster**: 매 dynamic event.
|
||||
|
||||
## 🤖 LLM 활용 힌트 (How to Use This Knowledge)
|
||||
### 매 ethical / risk
|
||||
- **Backlash**: 매 ride 의 surge during emergency.
|
||||
- **Discrimination**: 매 protected attribute 의 proxy.
|
||||
- **Trust erosion**: 매 frequent change 의 detect.
|
||||
- **Regulation**: 매 EU price personalization disclosure.
|
||||
|
||||
**언제 이 지식을 쓰는가:**
|
||||
- *(TODO)*
|
||||
### 매 응용
|
||||
1. **Ride-hailing**: 매 surge.
|
||||
2. **Travel**: 매 yield management.
|
||||
3. **Retail**: 매 markdown.
|
||||
4. **Energy**: 매 time-of-use.
|
||||
5. **Subscription**: 매 win-back offer.
|
||||
6. **Gaming**: 매 IAP discount.
|
||||
|
||||
**언제 쓰면 안 되는가:**
|
||||
- *(TODO)*
|
||||
## 💻 패턴
|
||||
|
||||
## 🧪 검증 상태 (Validation)
|
||||
### Price elasticity estimation
|
||||
```python
|
||||
import numpy as np
|
||||
from sklearn.linear_model import LinearRegression
|
||||
|
||||
- **정보 상태:** needs_review
|
||||
- **출처 신뢰도:** A
|
||||
- **검토 이유:** *(P-Reinforce Phase 1 자동 정규화. 본문 검증 필요.)*
|
||||
# 매 log-log: log(Q) = a + b * log(P) + ε
|
||||
def estimate_elasticity(prices, quantities):
|
||||
log_p = np.log(prices).reshape(-1, 1)
|
||||
log_q = np.log(quantities)
|
||||
model = LinearRegression().fit(log_p, log_q)
|
||||
elasticity = model.coef_[0] # 매 typically negative
|
||||
return elasticity
|
||||
```
|
||||
|
||||
## 🧬 중복 검사 (Duplicate Check)
|
||||
### Optimal price (revenue maximize)
|
||||
```python
|
||||
def optimal_price(cost, base_demand, elasticity, p_min, p_max):
|
||||
"""매 max revenue: 매 (p - c) * Q(p)."""
|
||||
def revenue(p):
|
||||
q = base_demand * (p / p_min) ** elasticity
|
||||
return (p - cost) * q
|
||||
|
||||
from scipy.optimize import minimize_scalar
|
||||
result = minimize_scalar(lambda p: -revenue(p), bounds=(p_min, p_max), method='bounded')
|
||||
return result.x
|
||||
```
|
||||
|
||||
- **기존 유사 문서:** *(TODO: 인덱서 클러스터 리포트 참조)*
|
||||
- **처리 방식:** UPDATE (자동 정규화)
|
||||
- **처리 이유:** Phase 1 정규화 — 옛 템플릿/누락 필드 보강.
|
||||
### Surge multiplier (Uber-style)
|
||||
```python
|
||||
def surge_multiplier(active_drivers, pending_requests):
|
||||
ratio = pending_requests / max(active_drivers, 1)
|
||||
if ratio < 0.5: return 1.0
|
||||
elif ratio < 1.0: return 1.2
|
||||
elif ratio < 2.0: return 1.5
|
||||
elif ratio < 3.0: return 2.0
|
||||
else: return min(3.0, 1.0 + ratio * 0.5)
|
||||
```
|
||||
|
||||
## ⚠️ 모순 및 업데이트 (Contradictions & Updates)
|
||||
### Yield management (hotel)
|
||||
```python
|
||||
class YieldManager:
|
||||
def __init__(self, total_rooms, days_to_event):
|
||||
self.total = total_rooms
|
||||
self.dte = days_to_event
|
||||
self.booked = 0
|
||||
|
||||
def price(self, base_price, demand_signal):
|
||||
occupancy = self.booked / self.total
|
||||
proximity = max(0, 1 - self.dte / 30) # 매 closer → urgency
|
||||
|
||||
multi = 1 + 0.5 * occupancy + 0.3 * proximity + 0.2 * demand_signal
|
||||
return base_price * multi
|
||||
```
|
||||
|
||||
- **과거 데이터와의 충돌:** 없음
|
||||
- **정책 변화:** 없음
|
||||
### Contextual bandit price
|
||||
```python
|
||||
class PriceBandit:
|
||||
def __init__(self, price_options):
|
||||
self.prices = price_options
|
||||
self.alpha = np.ones(len(price_options))
|
||||
self.beta = np.ones(len(price_options))
|
||||
|
||||
def select(self, context):
|
||||
# 매 Thompson sample
|
||||
samples = np.random.beta(self.alpha, self.beta)
|
||||
return self.prices[np.argmax(samples)]
|
||||
|
||||
def update(self, price_idx, purchased):
|
||||
if purchased: self.alpha[price_idx] += 1
|
||||
else: self.beta[price_idx] += 1
|
||||
```
|
||||
|
||||
## 🕓 변경 이력 (Changelog)
|
||||
### Personalized offer
|
||||
```python
|
||||
def personalized_discount(user, base_price, cost):
|
||||
"""매 user lifetime value 의 discount 의 fund."""
|
||||
ltv = predict_ltv(user)
|
||||
sensitivity = predict_price_sensitivity(user)
|
||||
|
||||
if sensitivity > 0.8 and ltv > base_price * 5:
|
||||
# 매 churn risk + valuable → 매 deep discount
|
||||
return base_price * 0.7
|
||||
elif sensitivity > 0.5:
|
||||
return base_price * 0.9
|
||||
return base_price
|
||||
```
|
||||
|
||||
| 날짜 | 변경 내용 | 처리 방식 | 신뢰도 |
|
||||
|------|-----------|-----------|--------|
|
||||
| 2026-05-08 | P-Reinforce Phase 1 정규화 (frontmatter + 헤더 표준화) | UPDATE | A |
|
||||
### Win-back offer
|
||||
```python
|
||||
def winback_offer(user):
|
||||
if user.last_active_days_ago < 30: return None
|
||||
if user.churn_score > 0.7:
|
||||
return {
|
||||
'type': 'discount',
|
||||
'value': 0.5,
|
||||
'expires': now() + timedelta(days=7),
|
||||
'urgency': 'high',
|
||||
}
|
||||
return None
|
||||
```
|
||||
|
||||
### Causal effect of price (DoWhy)
|
||||
```python
|
||||
import dowhy
|
||||
def estimate_price_causal_effect(df):
|
||||
model = dowhy.CausalModel(
|
||||
data=df,
|
||||
treatment='price',
|
||||
outcome='purchased',
|
||||
common_causes=['user_segment', 'season', 'inventory'],
|
||||
)
|
||||
estimand = model.identify_effect()
|
||||
estimate = model.estimate_effect(estimand, method_name='backdoor.linear_regression')
|
||||
return estimate.value # 매 price 의 1 unit 의 purchase 의 marginal effect
|
||||
```
|
||||
|
||||
### Anti-discrimination check
|
||||
```python
|
||||
def fairness_audit(prices_by_segment):
|
||||
"""매 protected attribute 의 disparate pricing."""
|
||||
grouped = prices_by_segment.groupby('protected_attr')['price']
|
||||
means = grouped.mean()
|
||||
if (means.max() - means.min()) / means.mean() > 0.05:
|
||||
return 'WARN: >5% pricing disparity by protected attribute'
|
||||
return 'OK'
|
||||
```
|
||||
|
||||
### Inventory-aware (markdown)
|
||||
```python
|
||||
def markdown(item, days_remaining, inventory):
|
||||
"""매 perishable / seasonal 의 markdown."""
|
||||
if days_remaining < 7:
|
||||
if inventory > 50: return 0.5
|
||||
elif inventory > 20: return 0.7
|
||||
else: return 0.9
|
||||
return 1.0
|
||||
```
|
||||
|
||||
### A/B testing dynamic pricing
|
||||
```python
|
||||
def split_test(user_id):
|
||||
bucket = hash(user_id) % 100
|
||||
if bucket < 50: return 'control', static_price
|
||||
elif bucket < 75: return 'A', dynamic_price_v1
|
||||
else: return 'B', dynamic_price_v2
|
||||
```
|
||||
|
||||
## 매 결정 기준
|
||||
| 상황 | Approach |
|
||||
|---|---|
|
||||
| Real-time supply/demand | Surge multiplier |
|
||||
| Long-horizon | Yield management |
|
||||
| Few price tiers | Bandit |
|
||||
| Continuous price | Elasticity model + optimize |
|
||||
| Personalization | Bandit + user features |
|
||||
| High-stakes | Causal estimation |
|
||||
|
||||
**기본값**: 매 elasticity model + 매 inventory-aware + 매 personalization (LTV) + 매 fairness audit + 매 A/B.
|
||||
|
||||
## 🔗 Graph
|
||||
- 부모: [[Pricing-Strategy]] · [[Revenue-Management]]
|
||||
- 변형: [[Surge-Pricing]] · [[Yield-Management]] · [[Personalized-Pricing]]
|
||||
- 응용: [[Causal-Inference]] · [[Multi-Armed-Bandit]] · [[Reinforcement-Learning]]
|
||||
- Adjacent: [[E-commerce-Optimization]] · [[Dynamic-Creative-Optimization]] · [[Customer-Lifetime-Value]]
|
||||
|
||||
## 🤖 LLM 활용
|
||||
**언제**: 매 inventory perishable. 매 demand variable. 매 personalization.
|
||||
**언제 X**: 매 regulated commodity. 매 trust-critical (medication).
|
||||
|
||||
## ❌ 안티패턴
|
||||
- **No fairness audit**: 매 discrimination.
|
||||
- **No inventory awareness**: 매 stockout / waste.
|
||||
- **Surge without cap**: 매 emergency price gouge.
|
||||
- **No experimentation**: 매 elasticity 의 stale.
|
||||
- **Personalize without disclosure**: 매 EU compliance.
|
||||
|
||||
## 🧪 검증 / 중복
|
||||
- Verified (Pricing literature, Uber/Amazon engineering posts).
|
||||
- 신뢰도 A.
|
||||
|
||||
## 🕓 Changelog
|
||||
| 날짜 | 변경 |
|
||||
|---|---|
|
||||
| 2026-05-08 | Phase 1 |
|
||||
| 2026-05-10 | Manual cleanup — pricing + 매 elasticity / surge / yield / bandit / fairness code |
|
||||
|
||||
Reference in New Issue
Block a user