> 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/banner-ads-static.md).

# 배너 광고(정적)

<figure><img src="/files/xgjDpVf4v3oKMNerWyqk" alt="Banner.png" width="100%"><figcaption></figcaption></figure>

배너 광고는 단순한`bannerSlotId`배열이 다음으로 전송되어야 합니다: Epsilon Retail Media 페이지의 컨텍스트 외에도 마찬가지입니다. 페이지의 컨텍스트를 수신함으로써, Epsilon Retail Media 관련성 높은 배너가 고객에게 표시되도록 보장합니다.

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

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

다음을 통해 Epsilon Retail Media의 게재위치 기능을 통해 이 문서에 개요된 것보다 더 많은 게재위치를 지원할 수 있습니다. 아래 내용은 아이디어 구상을 위한 참고용으로 사용할 수 있습니다.

### 검색

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

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

### 카테고리

카테고리 매대에 카테고리 게재위치를 사용하세요. 다음으로 Epsilon Retail Media 다음과 같은 분류 체계의 간단한 컨텍스트를 전송하세요: `productFilters` "Category:Cupboard/Snacks"와 같이

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

### 확장 매치 (홈페이지, 특가 상품, 결제 등)

확장 매치 게재위치는 홈페이지, 특가 상품, 결제 등과 같은 기타 모든 게재위치에 사용할 수 있습니다.

#### 홈페이지

홈페이지는 게재위치 식별자 및 관련 `productFilters` 만을 요청에 포함하여 간단하게 요청할 수 있습니다.

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

#### 특가/세일

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

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

#### 결제

홈페이지는 게재위치 식별자 및 관련 `productFilters` 만을 요청에 포함하여 간단하게 요청할 수 있습니다.

<figure><img src="/files/fRy4aZb5cquzsTkpWcSo" alt="Checkout Banner.jpg" width="100%"><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://help.citrusad.com/retail-media-interface/integration/ko/generating-ads/banner-ads-static.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.
