Appearance
Content Sharing
이 섹션에는 3개의 이벤트가 포함되어 있습니다.
capture_screenshot
스크린샷 캡처
| Platform | Status | Version |
|---|---|---|
| App | ✅ | v1.1.0 |
| Property | Type | Required | Description |
|---|---|---|---|
screen_name | string | YES | 캡처된 화면 이름 |
share_content
콘텐츠 공유
| Platform | Status | Version |
|---|---|---|
| App | ✅ | v1.1.0 |
| Property | Type | Required | Description |
|---|---|---|---|
content_type | 'episode''user-profile' | YES | 공유 콘텐츠 타입 |
item_id | string | YES | 공유 대상 아이템 ID |
click_external_link
외부 링크 클릭
댓글, 에피소드 설명, 프로필 설명에서 화이트리스트 도메인 링크 클릭 시 발생
| Platform | Status | Version |
|---|---|---|
| App | ✅ | v1.1.0 |
| Web | ✅ | v1.1.0 |
| Property | Type | Required | Description |
|---|---|---|---|
link | string | YES | 클릭한 링크 URL |
episode_id | nullstring | YES | 에피소드 상세에서 클릭한 경우 에피소드 ID |
profile_id | nullstring | YES | 프로필 상세에서 클릭한 경우 프로필 ID |
comment_id | nullstring | YES | 댓글에서 클릭한 경우 댓글 ID |
source | 'comment''episode_description''profile_description' | YES | 클릭 위치 |