Appearance
Studio
이 섹션에는 19개의 이벤트가 포함되어 있습니다.
click_episode_studio
프론티아 스튜디오 버튼 클릭 (홈 → My 또는 Footer)
| Platform | Status | Version |
|---|---|---|
| App | ❌ | - |
| Web | ✅ | v1.1.0 |
| Property | Type | Required | Description |
|---|---|---|---|
entry_source | 'footer''my' | YES | 진입 경로 |
view_episode_studio
스튜디오 대시보드 화면 랜딩
| Platform | Status | Version |
|---|---|---|
| App | ❌ | - |
| Web | ✅ | v1.1.0 |
| Property | Type | Required | Description |
|---|---|---|---|
tab | 'episode''character''statistics' | YES | 현재 활성 탭 |
has_episode | falsetrue | YES | 에피소드(draft) 보유 여부 |
view_ending_prompt_tab
세계관 화면에서 엔딩 프롬프트 탭으로 처음 전환
| Platform | Status | Version |
|---|---|---|
| App | ❌ | - |
| Web | ✅ | v1.1.0 |
| Property | Type | Required | Description |
|---|---|---|---|
entry_point | 'world_prompt_screen''main_ending_node' | YES | 진입 경로. 세계관 화면에서 탭 클릭 |
click_create_episode
스튜디오 "새 에피소드" 버튼 클릭
| Platform | Status | Version |
|---|---|---|
| App | ❌ | - |
| Web | ✅ | v1.1.0 |
| Property | Type | Required | Description |
|---|---|---|---|
has_episode | falsetrue | YES | 에피소드(draft) 보유 여부 (생성 전 기준) |
click_publish_episode
스튜디오 사이드바 "에피소드 발행" 버튼 클릭
| Platform | Status | Version |
|---|---|---|
| App | ❌ | - |
| Web | ✅ | v1.1.0 |
| Property | Type | Required | Description |
|---|---|---|---|
episode_draft_id | string | YES | 에피소드 Draft ID |
episode_title | string | YES | 에피소드 제목 |
visibility | 'public''link_only''private' | YES | 공개 설정 |
is_adult | falsetrue | YES | 연령 제한 여부 |
is_first_publish | falsetrue | YES | 최초 발행 여부 (true = 신규 발행, false = 재발행) |
view_monetization_page
수익 창출 메인 페이지 진입 (정산 페이지, "{user}님 안녕하세요!")
| Platform | Status | Version |
|---|---|---|
| App | ❌ | - |
| Web | ✅ | v1.1.0 |
| Property | Type | Required | Description |
|---|---|---|---|
eligible | falsetrue | YES | 자격 조건 충족 여부 |
whitelisted | falsetrue | YES | 관리자 화이트리스트 여부 |
view_monetization_apply_page
수익 창출 신청 페이지 진입 (자격 조건 안내)
| Platform | Status | Version |
|---|---|---|
| App | ❌ | - |
| Web | ✅ | v1.1.0 |
| Property | Type | Required | Description |
|---|---|---|---|
eligible | falsetrue | YES | 자격 조건 충족 여부 |
whitelisted | falsetrue | YES | 관리자 화이트리스트 여부 |
view_monetization_apply_form_step
수익 창출 정보 입력 화면 진입 (폼 단계)
| Platform | Status | Version |
|---|---|---|
| App | ❌ | - |
| Web | ✅ | v1.1.0 |
| Property | Type | Required | Description |
|---|---|---|---|
eligible | falsetrue | YES | 자격 조건 충족 여부 |
whitelisted | falsetrue | YES | 관리자 화이트리스트 여부 |
view_monetization_apply_agreement_step
수익 창출 약관 동의 화면 진입 (약관 단계)
| Platform | Status | Version |
|---|---|---|
| App | ❌ | - |
| Web | ✅ | v1.1.0 |
| Property | Type | Required | Description |
|---|---|---|---|
eligible | falsetrue | YES | 자격 조건 충족 여부 |
whitelisted | falsetrue | YES | 관리자 화이트리스트 여부 |
click_monetization_apply
수익 창출 신청 제출 버튼 클릭
| Platform | Status | Version |
|---|---|---|
| App | ❌ | - |
| Web | ✅ | v1.1.0 |
| Property | Type | Required | Description |
|---|---|---|---|
eligible | falsetrue | YES | 자격 조건 충족 여부 |
whitelisted | falsetrue | YES | 관리자 화이트리스트 여부 |
complete_monetization_apply
수익 창출 신청 완료
| Platform | Status | Version |
|---|---|---|
| App | ❌ | - |
| Web | ✅ | v1.1.0 |
| Property | Type | Required | Description |
|---|---|---|---|
eligible | falsetrue | YES | 자격 조건 충족 여부 |
whitelisted | falsetrue | YES | 관리자 화이트리스트 여부 |
view_monetization_apply_result
수익 창출 심사 결과 확인
| Platform | Status | Version |
|---|---|---|
| App | ❌ | - |
| Web | ✅ | v1.1.0 |
| Property | Type | Required | Description |
|---|---|---|---|
result | 'approved''rejected' | YES | 심사 결과 |
eligible | falsetrue | YES | 자격 조건 충족 여부 |
whitelisted | falsetrue | YES | 관리자 화이트리스트 여부 |
click_exchange_free_star
무료스타 교환 버튼 클릭
| Platform | Status | Version |
|---|---|---|
| App | ❌ | - |
| Web | ✅ | v1.1.0 |
Payload 없음
complete_exchange_free_star
무료스타 교환 완료
| Platform | Status | Version |
|---|---|---|
| App | ❌ | - |
| Web | ✅ | v1.1.0 |
| Property | Type | Required | Description |
|---|---|---|---|
amount | number | YES | 교환한 정산스타 수량 |
click_cash_withdrawal
현금 출금 버튼 클릭
| Platform | Status | Version |
|---|---|---|
| App | ❌ | - |
| Web | ✅ | v1.1.0 |
Payload 없음
complete_cash_withdrawal
현금 출금 신청 완료
| Platform | Status | Version |
|---|---|---|
| App | ❌ | - |
| Web | ✅ | v1.1.0 |
| Property | Type | Required | Description |
|---|---|---|---|
amount | number | YES | 출금 신청한 정산스타 수량 |
view_disqualified_modal
자격 해제 후 첫 진입 시 노출되는 모달 노출
| Platform | Status | Version |
|---|---|---|
| App | ❌ | - |
| Web | ✅ | v1.1.0 |
Payload 없음
click_reapply
자격 해제 화면에서 [다시 신청] 버튼 클릭
| Platform | Status | Version |
|---|---|---|
| App | ❌ | - |
| Web | ✅ | v1.1.0 |
| Property | Type | Required | Description |
|---|---|---|---|
source | 'modal''page' | YES | 클릭 출처 (모달 / 페이지) |
view_disqualified_page
자격 해제 상태에서 수익창출 페이지 진입
| Platform | Status | Version |
|---|---|---|
| App | ❌ | - |
| Web | ✅ | v1.1.0 |
| Property | Type | Required | Description |
|---|---|---|---|
days_after_disqualified | number | YES | 자격 해제 후 경과일 |