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_recommend_popup''play_menu''home''play_lack''chat_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 | 통화 코드 — 앱은 스토어 실결제 통화(ISO 4217), 웹은 KRW |
provider | 'app_store''google_play''toss_payments' | YES | 결제 프로바이더 |
payment_country | nullstring | NO | 결제 국가 — 스토어프론트 국가 코드 ISO 3166-1 alpha-2(앱 전용, 조회 실패 시 null). 유저 IP 국가와 다를 수 있어요 |
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 | 통화 코드 — 앱은 스토어 실결제 통화(ISO 4217), 웹은 KRW |
transaction_id | undefinednullstring | YES | 결제 트랜잭션 ID |
provider | 'app_store''google_play''toss_payments' | YES | 결제 프로바이더 |
payment_country | nullstring | NO | 결제 국가 — 스토어프론트 국가 코드 ISO 3166-1 alpha-2(앱 전용, 조회 실패 시 null). 유저 IP 국가와 다를 수 있어요 |
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 | 통화 코드 — 앱은 스토어 실결제 통화(ISO 4217), 웹은 KRW |
provider | 'app_store''google_play''toss_payments' | YES | 결제 프로바이더 |
payment_country | nullstring | NO | 결제 국가 — 스토어프론트 국가 코드 ISO 3166-1 alpha-2(앱 전용, 조회 실패 시 null). 유저 IP 국가와 다를 수 있어요 |
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 | 모달 타입 |