Skip to content

공통 타입 레퍼런스

이벤트에서 공유되는 타입 정의입니다.

EpisodeEventInfo

에피소드 관련 이벤트에 공통으로 포함되는 에피소드 메타데이터.

PropertyTypeDescription
episode_idstring에피소드 고유 ID
episode_titlestring에피소드 제목
episode_genresstring[]에피소드 장르 목록
episode_director_user_idstring에피소드 제작자 유저 ID
episode_is_adultboolean성인 콘텐츠 여부
episode_main_ending_countnumber메인 엔딩 수
episode_sub_ending_countnumber서브 엔딩 수
episode_sub_event_countnumber서브 이벤트 수
episode_main_event_countnumber메인 이벤트 수
episode_first_publish_datestring최초 발행일 (ISO 8601)
episode_last_publish_datestring최근 발행일 (ISO 8601)
episode_like_countnumber좋아요 수
episode_comment_countnumber댓글 수
episode_character_countnumber캐릭터 수

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

플레이 세션 중 누적되는 플레이어 조작 카운터.

PropertyTypeDescription
player_jump_to_first_frame_countnumber첫 번째 프레임으로 점프한 횟수
player_jump_to_last_frame_countnumber마지막 프레임(선택지)으로 점프한 횟수
player_navigate_to_next_frame_countnumber다음 프레임으로 이동 시도한 횟수
player_navigate_to_next_frame_failure_countnumber다음 프레임으로 이동 실패한 횟수 (생성중, 부재, 에셋 로딩중 등)
player_navigate_to_prev_frame_countnumber이전 프레임으로 이동한 횟수
player_navigate_back_to_choice_on_error_countnumber생성 오류로 인해 이전 선택지로 되돌아간 횟수
player_skip_streaming_dialogue_countnumber스트리밍 씬을 스킵한 횟수
player_open_menu_countnumber플레이어 메뉴를 열어본 횟수

Frontia Analytics Event Specification