Appearance
Shop & Purchase
이 섹션에는 5개의 이벤트가 포함되어 있습니다.
view_shop
상점 화면 진입
| Platform | Status | Version |
|---|---|---|
| App | ✅ | v1.1.0 |
| Web | ✅ | v1.1.0 |
| Property | Type | Required | Description |
|---|---|---|---|
entry_source | 'my_profile''push_notification''home_banner''share_link''home''play_menu''play_lack''credit_history''welcome_modal' | YES | 상점 진입 경로 |
click_product
상품 클릭
| Platform | Status | Version |
|---|---|---|
| App | ✅ | v1.1.0 |
| Web | ✅ | v1.1.0 |
| Property | Type | Required | Description |
|---|---|---|---|
product_id | string | YES | 상품 ID |
product_name | string | YES | 상품명 |
price | stringnumber | YES | 가격 |
currency | string | YES | 통화 코드 |
provider | 'app_store''google_play''toss_payments' | YES | 결제 프로바이더 |
purchase
구매 완료
| Platform | Status | Version |
|---|---|---|
| App | ✅ | v1.1.0 |
| Web | ✅ | v1.1.0 |
| Property | Type | Required | Description |
|---|---|---|---|
product_id | string | YES | 상품 ID |
product_name | string | YES | 상품명 |
price | stringnumber | YES | 가격 |
currency | string | YES | 통화 코드 |
transaction_id | undefinednullstring | YES | 결제 트랜잭션 ID |
provider | 'app_store''google_play''toss_payments' | YES | 결제 프로바이더 |
event_name | '2026_spring_web_pkg' | NO | 이벤트 구매 식별자 |
purchase_failure
구매 실패
| Platform | Status | Version |
|---|---|---|
| App | ✅ | v1.1.0 |
| Web | ✅ | v1.1.0 |
| Property | Type | Required | Description |
|---|---|---|---|
product_id | string | YES | 상품 ID |
product_name | string | YES | 상품명 |
price | stringnumber | YES | 가격 |
currency | string | YES | 통화 코드 |
provider | 'app_store''google_play''toss_payments' | YES | 결제 프로바이더 |
reason | string | YES | 실패 사유 |
view_player_lack_stars_modal
별 부족 모달 노출
| Platform | Status | Version |
|---|---|---|
| App | ✅ | v1.1.0 |
| Web | ✅ | v1.1.0 |
| Property | Type | Required | Description |
|---|---|---|---|
type | 'lack_modal''lack_modal_free_star' | YES | 모달 타입 |