> 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-x-responsive/frequently-asked-questions-faqs.md).

# 자주 묻는 질문(FAQ)

배너 X의 연동 및 기능에 대한 일반적인 질문의 답변을 확인하세요.

## 비디오 광고 및 컴패니언 제품

### 고정 게재 및 경매 메커니즘에서 비디오 및 컴패니언 제품이 지원되나요?

예, 경매와 고정 게재가 모두 지원됩니다.

### 리테일러인 본인 또는 일부 브랜드에 대해서만 비디오 광고 기능을 표시할 수 있나요?

아니요, 활성화되면 모든 사용자에게 제공됩니다. 광고주에게 새롭고 흥미로운 기능을 테스트 중이며 준비가 되면 새로운 캠페인 구성을 승인할 것임을 알리는 것이 좋습니다.

### 비디오 광고에 최저 입찰가 및 하한 가격 설정이 어떻게 적용되나요?

이는 배너 X의 확장 기능이므로 동일한 기능이 적용되며 카탈로그, 검색어 및 카테고리 수준에서 가격을 적용할 수 있습니다.

### 이미 라이브 중인 슬롯을 비디오 광고 및 컴패니언 제품을 사용하도록 마이그레이션하려면 어떻게 해야 하나요?

라이브 슬롯을 새로운 기능을 활용하도록 마이그레이션하려는 경우 이 프로세스에서 귀하와 협력할 수 있습니다. Epsilon 에서는 먼저 이러한 기능을 새로운 게재위치에 연동하는 것을 권장합니다. 이 방식을 사용하면 더 광범위하게 적용하기 전에 브랜드 채택 및 에셋 성과를 모니터링할 수 있습니다. 그러나 기존 슬롯에 비디오 광고 및 컴패니언 제품 기능을 추가하는 타당성을 평가할 수 있습니다. 새로운 응답 속성을 파싱하려면 연동 향상이 필요하다는 점에 유의하는 것이 중요합니다.

## 콘텐츠 표준

### 배너 X 광고의 콘텐츠 표준은 무엇인가요?

콘텐츠 표준은 표시하기 위한 요구 사항을 정의합니다. Banner X 크기, 파일 형식, 용량 제한, 해상도, 정렬, 콘텐츠 제한 및 대화형 기능을 포함한 광고입니다. 이를 통해 최적의 광고 성과와 가이드라인 준수를 보장합니다.

### 광고주는 콘텐츠 표준에 어떻게 액세스하나요? Epsilon Retail Media 플랫폼?

광고주는 배너 슬롯을 선택할 때 Epsilon Retail Media 플랫폼에서 PDF를 통해 콘텐츠 표준을 볼 수 있습니다. 이 문서에는 광고 제작 및 게재에 필요한 리테일러별 사양이 개요로 설명되어 있습니다.

## Banner X 미리보기 도구

### 배너 X 미리보기 도구를 워크플로에 어떻게 연동할 수 있나요?

연동하려면 Banner X 미리보기 도구의 경우 직접 관리하는 페이지에 격리된 미리보기 도구를 호스팅하세요. iframe을 사용하여 플랫폼에 미리보기 도구가 임베드되어 있는지 확인하세요. 이 설정을 통해 렌더링을 제어하고 실제 웹사이트 환경과 일치하도록 유지할 수 있습니다.

### 배너 X 미리보기 도구를 효과적으로 호스팅하려면 어떻게 해야 하나요?

배너 X 미리보기 도구를 호스팅하려면 직접 소유하고 관리하는 URL을 선택하세요. 이렇게 하면 플랫폼에 의존하지 않고도 업데이트 및 변경에 대한 유연성을 확보할 수 있습니다. 모범 사례로 다음과 같은 숨겨진 URL을 사용하세요 <https://www.retailer.com/banner-preview/bannerx>.


---

# 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-x-responsive/frequently-asked-questions-faqs.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.
