# solari insight instagram brand ad stats

> Instagram 브랜드의 광고 규모가 숫자로 나와요.

- **CLI**: `solari insight instagram brand ad stats`
- **MCP 도구**: `solari_insight_instagram_brand_ad_stats`
- **권한**: `solari:read` — 로그인한 SOLARI 계정이면 쓸 수 있어요.
- **Required plan**: Free
- **Credit**: 0

브랜드의 최근 광고를 정확한 숫자로 줘요. 광고 포스트 수, 크리에이터 수, 재생 수 합계예요.

**언제 쓰나** — 답이 숫자일 때 사용해요. brand overview의 id 목록을 세지 마세요.

**무엇이 나오나** — 광고 포스트 수, 크리에이터 수, 재생 수 합계예요.

## 파라미터

- `username` (string, 필수) — 브랜드 Instagram 사용자명. @는 빼 주세요

## 응답

### `Response`

- `total_ad_posts` (integer) — 조회 기간의 광고 포스트예요. 정확한 값이에요.
- `unique_creator_count` (integer) — 협업한 크리에이터 수예요. 같은 사람은 한 번만 세요
- `total_play_count` (integer) — 재생 수 합계예요
- `play_count_covered_posts` (integer) — 재생 수 합계에 들어간 포스트 수예요. total_ad_posts보다 작으면 하한이에요.
- `window_months` (integer) — 기간이 몇 달인지예요

## 예시

```console
$ solari insight instagram brand ad stats username=innisfreeofficial
```

_읽기 편하도록 긴 문자열과 반복되는 배열 항목을 줄였어요._

```json
{
  "total_ad_posts": 405,
  "unique_creator_count": 360,
  "total_play_count": 27357941,
  "play_count_covered_posts": 405,
  "window_months": 3
}
```

## MCP 호출로 쓰면

```json
{
  "name": "solari_insight_instagram_brand_ad_stats",
  "arguments": {
    "username": "innisfreeofficial"
  }
}
```

## 주의사항

- 사용자명을 넣어요. account_id는 안 받아요.

## 관련 도구

- [`solari_insight_instagram_brand_ad_posts`](https://solari.sh/docs/tools/insight-instagram-brand-ad-posts.md?lang=ko)
- [`solari_insight_instagram_brand_overview`](https://solari.sh/docs/tools/insight-instagram-brand-overview.md?lang=ko)
