Skip to content

Commit

Permalink
feat: Social Posting follower count 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
enhans-yunsang committed Jan 16, 2025
1 parent 6211431 commit 7eb5456
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/openAPI/exposure/social-posting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ curl -X GET https://app-api.commerceos.ai/open/v1/exposures/social-posting?start
| `region` | string | Yes | 게시물이 작성된 지역입니다. 예: `N.Am`. |
| `country` | string | Yes | 게시물이 작성된 국가입니다. |
| `name` | string | Yes | 계정 이름입니다. 예: `t-mobile`. |
| `followerCount` | long | Yes | 계정의 follower 수 입니다. |
| `content` | string | Yes | 게시물의 본문 내용입니다. |
| `hashtag` | array | Yes | 게시물에 포함된 해시태그의 배열입니다. |
| `brand` | string | Yes | 게시물에서 언급된 브랜드 이름입니다. (해당하지 않을 경우 `other`) |
Expand Down

0 comments on commit 7eb5456

Please sign in to comment.