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

# バナー広告（静止画）

<figure><img src="/files/KxZOlfABZ434wVUhvgvj" 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/AXAyTzmQVMBcDyk6IyCv" alt="Search Banner.jpg" width="100%"><figcaption></figcaption></figure>

### カテゴリ

カテゴリ売り場にはカテゴリプレースメントを使用します。 Epsilon Retail Media に、「Category:Cupboard/Snacks」などの分類体系のシンプルなコンテキストを送信します `productFilters` 「カテゴリ:食器棚/スナック」など、タクソノミーの

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

### 部分一致（ホームページ、セール品、チェックアウトなど）

部分一致プレースメントは、ホームページ、セール品、チェックアウトなどの他のあらゆるプレースメントに使用できます。

#### ホームページ

ホームページは、プレースメント識別子と関連する `productFilters` のみをリクエストに含める簡単なリクエストにすることができます。

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

#### セール品/セール

一貫したフィルター値を介してどの商品がセール中であるかを商品カタログ内で同期している場合、関連する `productFilters` をリクエスト内で送信して、「type:On-Special」、「type:New」などのプレースメントのビジネスルールに従って広告をフィルタリングできます。

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

#### チェックアウト

ホームページは、プレースメント識別子と関連する `productFilters` のみをリクエストに含める簡単なリクエストにすることができます。

<figure><img src="/files/DpCfFoxKfoyd4ELMVfHM" 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/ja/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.
