> For the complete documentation index, see [llms.txt](https://toss-ads.gitbook.io/guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://toss-ads.gitbook.io/guide/resources/target/undefined.md).

# 타겟 조합 기능

### 1. 타겟 조합하기 <a href="#id-1" id="id-1"></a>

* 자주 사용하는 **나이, 성별, 지역** 같은 정보와 맞춤 타겟 조건을 조합해 저장하고 반복해서다시 쓸 수 있어요.

### 설정방법

{% stepper %}
{% step %}

#### **타겟 조합 추가**

* 타겟 조합 추가는 두 가지의 경로에서 조합하고 저장할 수 있어요.

  * **타겟 페이지 :** 타겟 탭 → 상단\[추가] 버튼 클릭 → \[타겟 조합] 선택

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

  * **캠페인 생성 페이지:** 배너 탭 → 상단 \[캠페인 생성] 버튼 클릭 → 광고 세트에서 타겟 조건 설정 → \[이 조건을 내 타겟에 저장] 버튼 클릭 → 생성

  <figure><img src="/files/gCupua6coeCQNKenNOpl" alt=""><figcaption><p>타겟 조합 추가 클릭 시 이동하는 화면이에요.</p></figcaption></figure>

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

  ※ 캠페인 생성 시 조합한 타겟 조건은 저장 버튼을 누르지 않고 생성하는 경우 재사용이 불가한 1회성으로 사용돼요.
  {% endstep %}

{% step %}

#### **광고 세트에서 가져오기**

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

* 자주 사용하는 타겟 조건으로 조합된 타겟 조합은 광고세트 설정 화면에서 선택 가능해요.
  * 경로: \[ 타겟 조합 가져오기] → 타겟 명 혹은 ID 입력 → 필요한 타겟 조합 선택
* 만든 타겟 조합 목록은 최근 생성한 타겟 조건 순으로 노출돼요.
  {% endstep %}
  {% endstepper %}

### 2. 타겟 조합 활용하기

* 저장된 타겟 조합들은 **기본 정보** ,**맞춤 타겟 ,변경 이력** 을 확인하고 관리할 수 있어요.
  * 25년 7월 이전에 생성된 일부 타겟 조합은 변경 이력이 보이지 않을 수 있어요.

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


---

# 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://toss-ads.gitbook.io/guide/resources/target/undefined.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.
