> 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/data-api/audience-targeting-new/option-1-curated-unified-audiences.md).

# 옵션 1: 큐레이팅된 통합 오디언스

### 개요

통합 오디언스를 사용하면 온사이트 및 오프사이트 마케팅 채널 모두에서 일관된 타겟팅이 가능합니다. 기존 오프사이트 연동이 완료된 리테일러의 경우 Epsilon 추가 설정이 필요하지 않습니다. 이 방식은 온사이트 및 오프사이트 시스템 간에 주기적으로 동기화되는 Epsilon의 큐레이팅된 오디언스 세그먼트를 활용하여 통합 캠페인 활성화를 지원합니다.

### 연동 요구 사항

* 오프사이트 연동이 완료되어야 하며 관련 모든 데이터 연동 포인트에 고객 ID가 포함되어야 합니다.

{% hint style="info" %}
완전한 온사이트 및 오프사이트 연동만 진행하면 됩니다.
{% endhint %}

### 작동 방식

광고 요청에 포함된 고객 ID는 오디언스 세그먼트 및 관련 캠페인과 매칭됩니다. 오프사이트 캠페인용으로 생성된 오디언스 세그먼트는 온사이트 시스템과 주기적으로 동기화되어 채널 전반에서 일관된 타겟팅을 가능하게 합니다.

<figure><img src="/files/nIP1RppPhxXOlSefhobp" alt="" width="100%"><figcaption></figcaption></figure>

### 연동 예시

**광고 요청 예시**: 고객 ID가 포함된 광고 요청:

```http
POST $BASE_URL/v1/ads/generate HTTP/1.1
accept: application/json
content-type: application/json
Authorization: Basic <API_KEY>
{
    "customerId": "wertg5432a",
    "sessionId": "ec9-4e07-881d-3e9",
    "dtmCookieId": "AAAF8xLBTA968AB6TOthAAAAAAE",
    "placement": "search",
    "catalogId": "628dbe95-2ec9-4e07-881d-3e9f92ab2e0b",
    "searchTerm": "chocolate",
    "options": {
        "filterMode": "AndOr"
    },
    "maxNumberOfAds": 3
}
```

{% hint style="info" %}
오프사이트 연동을 완료한 고객으로서 필요한 모든 것이 준비되어 있습니다.
{% 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/data-api/audience-targeting-new/option-1-curated-unified-audiences.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.
