> For the complete documentation index, see [llms.txt](https://help.citrusad.com/retail-media-interface/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.citrusad.com/retail-media-interface/integration/ko/references/audience-targeting-reference.md).

# 타겟 오디언스 설정 참조

아래는 오디언스 타겟팅을 위한 고객 데이터 동기화의 일부로 고객 및 세그먼트 데이터를 동기화하는 데 필요한 속성의 개요입니다. 이 테이블은 타겟팅된 광고 게재를 위해 세그먼트를 고객에게 정확하게 매핑하는 세그먼트 피드 및 고객 피드의 구조를 정의합니다.

### 세그먼트 피드 (자체 세그먼트를 동기화할 때 필수)

| 필드            | 설명                                                | 필수/선택 | 유형      | 예시                                                                                    |
| ------------- | ------------------------------------------------- | ----- | ------- | ------------------------------------------------------------------------------------- |
| `segment_id`  | 시스템의 고유 세그먼트 ID입니다. 고객 피드 또는 광고 요청과 일치해야 합니다.     | 필수    | 텍스트     | `custom-segment-1`                                                                    |
| `name`        | 세그먼트를 선택할 때 표시되는 피드 이름입니다.                        | 필수    | 텍스트     | `High Spending Shoppers - Cola Co`                                                    |
| `description` | 세그먼트를 선택할 때 표시됩니다. 20단어 미만을 권장합니다.                | 필수    | 텍스트     | `Shoppers with an average weekly shop in the top 15% that purchase Cola Co products.` |
| `category`    | 향후 UI 필터링을 위한 선택적 카테고리 태그입니다.                     | 선택    | JSON 배열 | `Custom segmentation`                                                                 |
| `team_ids`    | 지정된 팀으로 세그먼트 액세스를 제한합니다. 다른 팀은 이를 보거나 선택할 수 없습니다. | 선택    | JSON 배열 | `["a5166cf4-87f4-4741-a721-c05ffd9941a5"]`                                            |

{% hint style="info" %}
여러 세그먼트 소스에서 동기화하고 계신가요?

다음과 함께 작업해야 합니다. Epsilon 광고 요청에서 참조되는 소스 ID를 확인해야 하므로 다음을 사용하는 경우 [오디언스 타겟팅 옵션 3](/retail-media-interface/integration/ko/data-api/audience-targeting-new/integration-option-3-sync-audiences-only.md)
{% endhint %}

### 고객 피드 (자체 세그먼트 및 고객을 동기화할 때 필수)

| 열                   | 필수    | 유형      | 설명                                      | 예시                          |
| ------------------- | ----- | ------- | --------------------------------------- | --------------------------- |
| `customer_id`       | 필수    | 텍스트     | 리테일러 시스템에서 고객의 식별자입니다. 광고 요청과 일치해야 합니다. | `oo32s-a432-dsf4380`        |
| `segments`          | 필수    | JSON 배열 | 고객에게 연결된 세그먼트 ID입니다. 세그먼트 피드와 일치해야 합니다. | `["segment-1","segment-2"]` |
| `source_identifier` | 읽기 전용 | 텍스트     | 내부 시스템 참조입니다. 리테일러가 수정할 수 없습니다.         | 시스템 생성됨                     |

{% hint style="info" %}
`source_identifier` 필드는 읽기 전용이며 시스템에서 자동으로 생성됩니다. 업로드 파일에 이 필드를 포함하거나 수정하지 마세요.
{% endhint %}


---

# 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://help.citrusad.com/retail-media-interface/integration/ko/references/audience-targeting-reference.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.
