Appearance
Feed
이 섹션에는 9개의 이벤트가 포함되어 있습니다.
view_profile_feed_tab
프로필 피드 탭 진입
| Platform | Status | Version |
|---|---|---|
| App | ✅ | v1.1.0 |
| Web | ❌ | - |
| Property | Type | Required | Description |
|---|---|---|---|
profile_user_id | string | YES | 프로필 유저 ID |
is_own_profile | falsetrue | YES | 본인 프로필 여부 |
entry_source | 'user_profile''my_profile''my_play' | YES | 진입 경로 |
click_feed_write
글쓰기 버튼 클릭
| Platform | Status | Version |
|---|---|---|
| App | ✅ | v1.1.0 |
| Web | ❌ | - |
Payload 없음
publish_feed_post
게시물 게시 완료
| Platform | Status | Version |
|---|---|---|
| App | ✅ | v1.1.0 |
| Web | ✅ | v1.1.0 |
| Property | Type | Required | Description |
|---|---|---|---|
post_id | string | YES | 게시물 ID |
has_image | falsetrue | YES | 이미지 첨부 여부 |
has_link | falsetrue | YES | 링크 포함 여부 |
has_bold | falsetrue | YES | 볼드 텍스트 포함 여부 |
text_length | number | YES | 게시물 텍스트 길이 |
edit_feed_post
게시물 수정 완료
| Platform | Status | Version |
|---|---|---|
| App | ✅ | v1.1.0 |
| Web | ✅ | v1.1.0 |
| Property | Type | Required | Description |
|---|---|---|---|
post_id | string | YES | 게시물 ID |
delete_feed_post
게시물 삭제
| Platform | Status | Version |
|---|---|---|
| App | ✅ | v1.1.0 |
| Web | ✅ | v1.1.0 |
| Property | Type | Required | Description |
|---|---|---|---|
post_id | string | YES | 게시물 ID |
click_feed_like
게시물 좋아요 클릭
| Platform | Status | Version |
|---|---|---|
| App | ✅ | v1.1.0 |
| Web | ✅ | v1.1.0 |
| Property | Type | Required | Description |
|---|---|---|---|
post_id | string | YES | 게시물 ID |
action | 'like''unlike' | YES | 좋아요/취소 액션 |
edit_feed_comment
피드 댓글 수정
| Platform | Status | Version |
|---|---|---|
| App | ✅ | v1.1.0 |
| Web | ❌ | - |
| Property | Type | Required | Description |
|---|---|---|---|
post_id | string | YES | 게시물 ID |
comment_id | string | YES | 댓글 ID |
delete_feed_comment
피드 댓글 삭제
| Platform | Status | Version |
|---|---|---|
| App | ✅ | v1.1.0 |
| Web | ❌ | - |
| Property | Type | Required | Description |
|---|---|---|---|
post_id | string | YES | 게시물 ID |
comment_id | string | YES | 댓글 ID |
click_feed_comment_like
피드 댓글 좋아요 클릭
| Platform | Status | Version |
|---|---|---|
| App | ✅ | v1.1.0 |
| Web | ❌ | - |
| Property | Type | Required | Description |
|---|---|---|---|
post_id | string | YES | 게시물 ID |
comment_id | string | YES | 댓글 ID |
action | 'like''unlike' | YES | 좋아요/취소 액션 |