> 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/generating-ads/product-ads.md).

# 상품 광고

<figure><img src="/files/w9UJ4siec1AciK92LdaT" alt="Product Ad.png" width="100%"><figcaption></figcaption></figure>

상품 광고는 연동이 간편하여 일반적으로 리테일러가 연동하고 요청하기에 가장 쉽습니다. 이 가이드의 정보는 귀사가 이미 카탈로그와 상품을 생성했으며, 고객 및 주문 데이터를 다음으로 전송하고 있다고 가정합니다. Epsilon Retail Media.

{% hint style="success" %}
데이터를 성공적으로 동기화하고 있다면 상품 광고를 요청할 준비가 된 것입니다.
{% endhint %}

## 지원되는 게재위치 유형

다음을 통해 Epsilon Retail Media의 게재 위치 기능을 사용하면 이 문서에 설명된 것보다 더 많은 게재 위치를 지원할 수 있습니다. 아래 내용은 구상을 시작하는 데 사용할 수 있습니다.

### 검색

고객이 사이트에서 키워드 검색을 입력한 위치에 광고를 표시하려면 검색 게재 위치를 사용하세요. 이에 대한 간단한 예는 다음과 같이 요청하는 것입니다. Epsilon Retail Media "상의"에 대한 광고.

<figure><img src="/files/QiI3bD60VTcuVzMqY00c" alt="Search.jpg" width="100%"><figcaption></figcaption></figure>

### 카테고리

다음을 전송하여 카테고리 매대에 카테고리 게재 위치를 사용해야 합니다. Epsilon Retail Media 의 간단한 컨텍스트 `productFilters` "Category:Cupboard/Snacks"와 같은 분류 체계의

<figure><img src="/files/DPbBrqtJkm4aWYp0Bpmt" alt="Category.jpg" width="100%"><figcaption></figcaption></figure>

### 광범위 매치(홈페이지, 특별 행사, 결제 등)

광범위 매치 게재위치는 홈페이지, 특별 행사, 결제 등과 같은 기타 모든 게재위치에 사용할 수 있습니다.

#### 홈페이지

홈페이지는 게재위치 식별자 및 관련 `productFilters` 요청 시.

<figure><img src="/files/6GbOoHFjNieDqVkRXbHP" alt="Homepage.png" width="100%"><figcaption></figcaption></figure>

#### 특별 행사/세일

일관된 필터 값을 통해 세일 중인 제품을 제품 카탈로그 내에서 동기화하는 경우, 관련 `productFilters` 요청에 따라 "type:On-Special", "type:New" 등과 같은 게재위치의 비즈니스 규칙에 맞게 광고를 필터링할 수 있습니다.

<figure><img src="/files/2Cf6MK3KidKmOD1XjpYG" alt="Sale.jpg" width="100%"><figcaption></figcaption></figure>

#### 결제

홈페이지는 게재위치 식별자 및 관련 `productFilters` 요청 시.

<figure><img src="/files/mN0QzfmfJ49Q6Mf6wLe8" alt="Checkout.jpg" width="100%"><figcaption></figcaption></figure>

## 한 페이지에 여러 게재위치 지정

eCommerce 사이트를 최대한 활용하려는 경우 동일한 페이지에서 여러 개의 고유한 요청을 생성할 수 있습니다. Epsilon Retail Media "Search In Grid" 및 "Search Below Grid"와 같이 요구 사항에 따라 이를 분할할 수 있습니다.

<figure><img src="/files/5sTD00KKZc19Evd6K8CG" alt="Multi Placement Page.jpg" width="100%"><figcaption></figcaption></figure>

이를 통해 페이지당 광고 포화도를 높여 페이지뷰당 추가 수익을 얻을 수 있을 뿐만 아니라 게재위치별로 다양한 타겟팅 전략을 적용할 수 있습니다. "In Grid" 게재위치에는 엄격한 검색어 매칭을 적용하고, "Below Grid" 게재위치에는 더 유연한 카테고리 ID 기반 매칭을 적용할 수 있습니다.


---

# 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/generating-ads/product-ads.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.
