> For the complete documentation index, see [llms.txt](https://kakaobusiness.gitbook.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kakaobusiness.gitbook.io/main/ad/ezad/mychannelad/content-guide.md).

# 제작 가이드

우리채널 알리기는 내 채널이 보유한 자산(프로필, 쿠폰 등)을 광고 소재에 연동하여 자동으로 제작됩니다.  \
별도로 소재를 만들 필요 없이, 채널 정보를 기반으로 소재가 생성됩니다. 소재를 이루는 구성 요소를 확인하세요.

### 소재 타입

소재는 쿠폰 연결 여부에 따라 기본형과 쿠폰형 두 가지 타입으로 자동 생성되며, 광고 문구와 구성 요소가 서로 다릅니다.

| 타입  | 구성 요소              | 광고 문구                  | 생성 조건         |
| --- | ------------------ | ---------------------- | ------------- |
| 기본형 | 채널명 · 프로필 이미지      | 쇼핑포인트 100원 혜택 안내 고정 문구 | 항상 생성         |
| 쿠폰형 | 채널명 · 프로필 이미지 · 쿠폰 | 쿠폰 혜택 + 쇼핑포인트 100원 문구  | 쿠폰을 연결한 경우 생성 |

### 1. 기본형

쿠폰을 연결하지 않은 소재로, **쇼핑포인트 100원 혜택**을 강조하여 채널을 자연스럽게 알리는 타입입니다.

<figure><img src="/files/lG6i6iz9cjBVZD47LuzR" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="187.3046875">번호</th><th width="183.2607421875">구성 요소</th><th width="197.291015625">제공 방식</th><th width="175.8505859375">직접 수정</th></tr></thead><tbody><tr><td>❶</td><td>채널명</td><td>채널 정보 자동 연동</td><td>불가</td></tr><tr><td>❷</td><td>프로필 이미지</td><td>채널 정보 자동 연동</td><td>불가</td></tr></tbody></table>

### 2. 쿠폰형

채널 쿠폰을 연결한 소재로, 쇼핑 포인트 혜택과 쿠폰 혜택을 함께 노출하는 타입입니다.

<figure><img src="/files/qCcIjqqAEPTkhSJkF8po" alt=""><figcaption></figcaption></figure>

| 번호 | 구성 요소   | 제공 방식       | 직접 수정 |
| -- | ------- | ----------- | ----- |
| ❶  | 채널명     | 채널 정보 자동 연동 | 불가    |
| ❷  | 프로필 이미지 | 채널 정보 자동 연동 | 불가    |
| ❸  | 쿠폰      | 채널 정보 자동 연동 | 불가    |

첫 줄의 쿠폰 혜택 문구는 연결한 쿠폰의 혜택 유형에 따라 자동 생성됩니다.

| 혜택 유형  | 쿠폰 혜택 문구 (예시)     |
| ------ | ----------------- |
| 할인 금액  | 5,000원 할인 쿠폰      |
| 할인율    | 15% 할인 쿠폰         |
| 무료증정   | 아이스라떼 무료증정        |
| 업그레이드  | Gold 멤버십 업그레이드 쿠폰 |
| 배송비 할인 | 배송비 할인 쿠폰         |

* 쿠폰을 교체하면 소재의 광고 문구도 자동으로 변경됩니다.

***

### 공통 사항

* **채널명 · 프로필 이미지**는 채널 정보를 그대로 사용합니다. 변경하려면 채널 관리에서 프로필을 먼저 수정하세요.
* **광고 문구**는 타입별로 자동 생성되는 고정 문구로, 광고주가 직접 입력할 수 없습니다.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://kakaobusiness.gitbook.io/main/ad/ezad/mychannelad/content-guide.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
