Appearance
Discovery
이 섹션에는 4개의 이벤트가 포함되어 있습니다.
view_next_content_reco
첫 콘텐츠 이탈 추천 바텀시트가 실제 노출된 순간 1회.
| Platform | Status | Version |
|---|---|---|
| App | ✅ | v1.1.0 |
| Web | ❌ | - |
| Property | Type | Required | Description |
|---|---|---|---|
surface | 'first_episode_recommend' | YES | 노출 surface 식별자 |
abandoned_episode_id | string | YES | 방금 이탈한 원본 에피소드 ID |
abandoned_episode_title | string | YES | 방금 이탈한 원본 에피소드 제목 |
abandoned_scene_count | number | YES | 이탈 시점까지 생성된 씬 수 |
reco_episode_ids | string[] | YES | 추천 에피소드 ID 배열 (슬롯 1~8 순서) |
reco_episode_titles | string[] | YES | 추천 에피소드 제목 배열 (reco_episode_ids 와 동일 순서) |
top_episode_id | string | YES | 1순위 추천 에피소드 ID |
top_episode_title | string | YES | 1순위 추천 에피소드 제목 |
has_adult_episode | falsetrue | YES | 추천 목록에 성인 에피소드 포함 여부 |
click_next_content_reco
첫 콘텐츠 이탈 추천(1순위/2~8순위) 카드 썸네일·제목 클릭.
| Platform | Status | Version |
|---|---|---|
| App | ✅ | v1.1.0 |
| Web | ❌ | - |
| Property | Type | Required | Description |
|---|---|---|---|
surface | 'first_episode_recommend' | YES | 노출 surface 식별자 |
reco_episode_id | string | YES | 클릭한 추천 에피소드 ID |
reco_episode_title | string | YES | 클릭한 추천 에피소드 제목 |
slot_index | number | YES | 슬롯 순서 (1~8) |
is_adult_episode | falsetrue | YES | 성인 에피소드 여부 |
adult_verification_status | 'verified''unverified' | YES | 클릭 시점의 성인 인증 상태 |
destination | 'prologue_play''adult_verification' | YES | 클릭 후 목적지 |
blocked_reason | 'adult_verification_required' | NO | 차단 사유 (성인 미인증으로 게이트된 경우) |
close_next_content_reco
첫 콘텐츠 이탈 추천 시트를 홈으로/뒤로가기/닫기로 벗어날 때. (카드 선택은 click 으로 기록)
| Platform | Status | Version |
|---|---|---|
| App | ✅ | v1.1.0 |
| Web | ❌ | - |
| Property | Type | Required | Description |
|---|---|---|---|
surface | 'first_episode_recommend' | YES | 노출 surface 식별자 |
reco_episode_ids | string[] | YES | 추천 에피소드 ID 배열 (슬롯 1~8 순서) |
reco_episode_titles | string[] | YES | 추천 에피소드 제목 배열 (reco_episode_ids 와 동일 순서) |
close_reason | 'home''dismiss''back' | YES | 닫기 사유 |
click_next_content_reco_adult_verify
추천 성인 게이트의 "성인 인증하기" CTA 클릭.
| Platform | Status | Version |
|---|---|---|
| App | ✅ | v1.1.0 |
| Web | ❌ | - |
| Property | Type | Required | Description |
|---|---|---|---|
source | 'first_episode_recommend_adult' | YES | 진입 source 식별자 |
reco_episode_id | string | YES | 선택한 추천 에피소드 ID |
reco_episode_title | string | YES | 선택한 추천 에피소드 제목 |
slot_index | number | YES | 슬롯 순서 (1~8) |