> 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/getting-started/what-ads-can-citrusad-serve-1.md).

# Epsilon Retail Media에서 제공할 수 있는 광고는 무엇인가요?

이 Epsilon Retail Media 플랫폼을 통해 리테일러는 하나의 광고 플랫폼을 여러 광고 유형에 사용할 수 있으므로, 서로 다른 광고 서버에 여러 개를 연결할 필요가 없습니다.

이 Epsilon Retail Media 플랫폼은 다음과 같은 다양한 유형의 광고를 게재할 수 있습니다.

* 상품 광고
* 배너 광고(정적)
* Banner X 광고(반응형)
* 브랜드 페이지.

## 상품 광고(스폰서 상품)

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

디지털 구매 시점에 게재되는 상품 광고는 발견 가능성과 상품 판매를 촉진하는 가장 강력한 도구 중 하나입니다. 광고주는 이를 통해 자신의 상품을 디지털 '상단 진열대'로 끌어올리고 최적의 위치에서 상품을 홍보할 수 있습니다.

다음에서 게재하는 상품 광고: Epsilon Retail Media 는 일반적으로 고객에게 게재되기 전에 리테일러의 오가닉 리스팅과 병합됩니다. 이는 광고에 더욱 네이티브한 디자인과 느낌을 부여하여 고객 참여를 높입니다.

## 배너(정적) 광고

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

배너 광고는 광고주의 브랜드 메시지를 소개하기에 훌륭한 수단이며 온·오프라인 판매 모두에 상당한 영향을 미칩니다. Epsilon Retail Media 배너는 선택한 상품과 해당 필터를 사용하여 각 광고가 게재되는 페이지의 컨텍스트에 부합하도록 합니다.

## Banner X (반응형) 광고

<figure><img src="/files/hwTKQwfhekhMatJOzrXE" alt="Banner X.png" width="80%"><figcaption></figcaption></figure>

Banner X 광고는 여러 구성 요소로 이뤄진 반응형 배너 광고입니다. Epsilon Retail Media 는 배너의 각 개별 구성 요소를 전송하며, 이러한 배너의 스타일링은 리테일러의 프론트엔드에서 처리합니다. Banner X 광고는 브랜드 정체성을 유지하며 어떤 화면 크기에서도 효과적으로 렌더링됩니다.

{% hint style="info" %}
이제 비디오 및 쇼퍼블 지원(베타)

자세한 내용은 당사의 Banner X 문서를 확인해 보세요!
{% endhint %}

## 브랜드 페이지

<figure><img src="/files/LdKiPomR9Q68Pvgo2SeI" alt="Brand Pages" width="80%"><figcaption></figcaption></figure>

브랜드 페이지는 귀하의 도메인에서 호스팅되고 귀하의 UI로 렌더링되는 브랜디드 랜딩 페이지 환경입니다. 광고주는 다음에서 콘텐츠 모듈을 구성합니다. Epsilon Retail Media; 귀하의 연동 시스템은 슬러그별로 해당 모듈을 가져와 다음과 같은 라우트에서 렌더링합니다. `/brands/{slug}`.

상품 또는 배너 광고와 달리 브랜드 페이지는 인그리드 지면이 아닌 랜딩 페이지 환경으로 관리됩니다. 다음을 참조하세요. [브랜드 페이지 리테일러 연동 가이드](/retail-media-interface/integration/ko/brand-pages/brand-page-retailer-integration-guide.md) API, 트래킹 및 온보딩용.


---

# 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/getting-started/what-ads-can-citrusad-serve-1.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.
