> 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-x-responsive/banner-x-elements.md).

# 広告枠のフォーマットとバナー X 要素

Banner X バナーのさまざまなエレメントをカスタマイズして使用できます。これらのエレメントを組み合わせて、レスポンシブなバナー X キャンペーンを作成できます。

## 広告枠フォーマット

Banner X フレキシブルな性質を持つため、さまざまなフォーマットで展開できます。

通常、使用を推奨する 3 つの標準フォーマットがあります。

* **バナー**: 検索結果やカテゴリ一覧の上部など、関連ページの最上部を中心に、購入可能なエリアの幅全体に配置されます。
* **シングルタイル**: 商品グリッド内に配置され、商品リストの代わりに1つの商品タイルの領域をカバーします。シングルタイルは、自然に商品を閲覧しているショッパーの注意を引くのに最適です。
* **ダブルタイル**: 商品グリッド内の2つの商品タイルにわたって配置され、より大きく目を引く広告ユニットを作成します。

## Banner X エレメント

<br>

### 動画

広告主やリテールパートナーは、バナーに動画をアップロードできます。これらの動画広告は、リテールパートナーのウェブサイトやアプリ上に直接表示されるプロモーション動画です。

### プライマリ背景画像

プライマリ背景はシンプルなバックドロップを提供し、デバイス間でのデザインの明確さと一貫性を確保します。特にさまざまなデバイスやブラウザの幅でクロップ（切り抜き）の問題が発生するのを防ぐため、商品画像を埋め込んだり、コンテンツを邪魔するようなデザインは避けてください。プライマリ背景で利用可能な 6 つの構成は以下のとおりです。

* 繰り返し
* 塗りつぶし
* 上揃え
* 下揃え
* 右揃え
* 左揃え

<figure><img src="/files/kwIFeA6EYdufb2GTktE6" alt="" width="100%"><figcaption></figcaption></figure>

### セカンダリ背景画像

バナーに装飾を追加するには、セカンダリ背景画像を使用します。利用可能な 6 つのセカンダリバナー構成は以下のとおりです。

* 繰り返し
* 塗りつぶし
* 上揃え
* 下揃え
* 右揃え
* 左揃え

### バナーテキスト

バナーテキストはバナー広告上に表示されます。太字用の `strong` や斜体用の `i` などの制限された HTML タグをサポートし、テキスト色のカスタマイズが可能です。

<figure><img src="/files/ebQMiZh3OuCKjtLyIf9d" alt="" width="100%"><figcaption></figcaption></figure>

### ヒーロー画像

ヒーロー画像はメインのプロモーション画像であり、通常は商品やロゴを表示します。利用可能な構成は以下のとおりです。

* 横長
* 縦長

<figure><img src="/files/s9UIRBhE9qiGgWnpOgal" alt="" width="100%"><figcaption></figcaption></figure>

### セカンダリヒーロー画像

追加の商品やロゴを表示するには、セカンダリヒーロー画像を使用します。利用可能な構成は以下のとおりです。

* 横長
* ブロック（幅と高さが同じ画像）

<figure><img src="/files/E7l4yuvKTVjFy9v7pqYq" alt="" width="100%"><figcaption></figcaption></figure>

### Call-to-action

Call-to-action（CTA）は、購入や別のページへの移動など、ユーザーのアクションを促すクリック可能なテキストまたはボタンです。エンゲージメントを高めるため、CTA は明確でアクション指向であり、視覚的に区別できる必要があります。たとえば、「今すぐ購入」は購入を促進します。

<figure><img src="/files/Kc64XUwtA4HIpBSvwl7P" alt="" 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-x-responsive/banner-x-elements.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.
