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

# Epsilon Retail Mediaはどのような広告を配信できますか？

この Epsilon Retail Media プラットフォームを使用することで、小売業者は1つの広告プラットフォームを複数の広告タイプに利用できるようになり、異なる広告サーバーへの複数の接続が不要になります。

この Epsilon Retail Media プラットフォームは、以下を含むさまざまな種類の広告を配信できます。

* 商品広告
* バナー広告（静止画）
* Banner X 広告 (レスポンシブ)
* ブランドページ。

## 商品広告 (スポンサープロダクト)

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

デジタルな購入時点で配信される商品広告は、見つけやすさと製品売上を促進するための最も強力なツールの1つです。広告主は自社商品をデジタル上の「トップシェルフ (特等席)」に引き上げ、プライムな位置で商品を宣伝できます。

配信される商品広告は、 Epsilon Retail Media 顧客に配信される前に、通常はリテール事業者のオーガニックリスティングと統合されます。これにより、広告がよりネイティブな見た目と質感になり、顧客のエンゲージメントが高まります。

## バナー (静止画) 広告

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

バナー広告は、広告主のブランドメッセージを広める素晴らしい入門編であり、オンラインと店舗の両方の売上に大きな影響を与えます。 Epsilon Retail Media バナーは、選択された商品とそのフィルターを使用して、各広告が配信されているページのコンテキストに関連していることを確認します。

## Banner X （レスポンシブ）広告

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

Banner X 広告は複数のコンポーネントを持つレスポンシブバナー広告です。 Epsilon Retail Media バナーの個々のコンポーネントを送信し、これらのバナーのスタイリングはリテールメディアのフロントエンドによって処理されます。 Banner X 広告はブランドイメージを維持し、あらゆるスクリーンサイズで効果的に表示されます。

{% hint style="info" %}
VideoとShoppable（ベータ版）に対応しました

ぜひご覧ください Banner X 詳細についてはドキュメントをご覧ください！
{% endhint %}

## ブランドページ

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

ブランドページは、貴社のドメイン上でホストされ、貴社のUIで表示されるブランド化されたランディングページ体験です。広告主はコンテンツモジュールを以下で設定します： Epsilon Retail Media統合ではスラッグによってこれらのモジュールを取得し、以下のようなルートで表示します： `/brands/{slug}`。

商品広告やバナー広告とは異なり、ブランドページはグリッド内配置ではなくランディングページ体験として管理されます。詳細については以下を参照してください： [ブランドページのリテールメディア統合ガイド](/retail-media-interface/integration/ja/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/ja/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.
