Appearance
공통 타입 레퍼런스
이벤트에서 공유되는 타입 정의입니다.
EpisodeEventInfo
에피소드 관련 이벤트에 공통으로 포함되는 에피소드 메타데이터.
| Property | Type | Description |
|---|---|---|
episode_id | string | 에피소드 고유 ID |
episode_title | string | 에피소드 제목 |
episode_genres | string[] | 에피소드 장르 목록 |
episode_director_user_id | string | 에피소드 제작자 유저 ID |
episode_is_adult | boolean | 성인 콘텐츠 여부 |
episode_main_ending_count | number | 메인 엔딩 수 |
episode_sub_ending_count | number | 서브 엔딩 수 |
episode_sub_event_count | number | 서브 이벤트 수 |
episode_main_event_count | number | 메인 이벤트 수 |
episode_first_publish_date | string | 최초 발행일 (ISO 8601) |
episode_last_publish_date | string | 최근 발행일 (ISO 8601) |
episode_like_count | number | 좋아요 수 |
episode_comment_count | number | 댓글 수 |
episode_character_count | number | 캐릭터 수 |
CommonEntrySource
여러 이벤트에서 공유되는 공통 진입 경로 상수.
CommonEntrySourceType
{@link CommonEntrySource} 값의 유니온 타입
HomeTabEntrySource
홈 탭에서 진입 가능한 소스
값:
'home_recommend''home_ranking''home_new'
EpisodeRelatedEntrySource
에피소드 관련 화면에서의 진입 소스
값:
'episode_player''episode_search''episode_search_recommend''episode_detail'
ProfileRelatedEntrySource
프로필 관련 화면에서의 진입 소스
값:
'user_profile''my_profile''my_play'
UserProfileEntrySource
유저 프로필 상세 화면 진입 소스
값:
'episode_detail''episode_comment''episode_search''follow_list''share_link''push_notification'
OtherEntrySource
기타 특정 진입 소스
값:
'same_director_recommend''play_history''play_menu''play_lack''home''credit_history'
GenerateActionType
씬 생성 시 사용자 액션 타입
값:
'custom''choice''skip'
EpisodeViewEntrySource
{@link CommonAnalyticsEvents.view_episode_detail} 이벤트의 entry_source 타입
PlayStartEntrySource
{@link CommonAnalyticsEvents.click_play_start} 이벤트의 entry_source 타입
ViewShopEntrySource
{@link CommonAnalyticsEvents.view_shop} 이벤트의 entry_source 타입
AppDownloadEntrySource
앱 다운로드 관련 이벤트의 진입 소스
값:
'episode_detail''episode_player''shop''adult''home'
EpisodePlayControlEventInfo
플레이 세션 중 누적되는 플레이어 조작 카운터.
| Property | Type | Description |
|---|---|---|
player_jump_to_first_frame_count | number | 첫 번째 프레임으로 점프한 횟수 |
player_jump_to_last_frame_count | number | 마지막 프레임(선택지)으로 점프한 횟수 |
player_navigate_to_next_frame_count | number | 다음 프레임으로 이동 시도한 횟수 |
player_navigate_to_next_frame_failure_count | number | 다음 프레임으로 이동 실패한 횟수 (생성중, 부재, 에셋 로딩중 등) |
player_navigate_to_prev_frame_count | number | 이전 프레임으로 이동한 횟수 |
player_navigate_back_to_choice_on_error_count | number | 생성 오류로 인해 이전 선택지로 되돌아간 횟수 |
player_skip_streaming_dialogue_count | number | 스트리밍 씬을 스킵한 횟수 |
player_open_menu_count | number | 플레이어 메뉴를 열어본 횟수 |