> 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/product-ads.md).

# 商品広告

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

商品広告は、連携が容易であるため、通常、リテール事業者にとって最も連携およびリクエストが簡単な広告です。このガイドの情報は、すでにカタログと商品を登録済みであり、顧客データおよび注文データを以下に送信していることを前提としています： Epsilon Retail Media.

{% hint style="success" %}
データの同期に成功している場合は、商品広告をリクエストする準備ができています。
{% endhint %}

## サポートされているプレースメントの種類

次を介して： Epsilon Retail Mediaのプレースメント機能により、このドキュメントに記載されている以上のプレースメントをサポートできます。以下はアイディアのヒントとしてご活用いただけます。

### 検索

検索プレースメントを使用して、顧客がサイトでキーワード検索を入力した場所に広告を表示します。このシンプルな例として、以下をリクエストすることが挙げられます： Epsilon Retail Media 「トップス」の広告について。

<figure><img src="/files/fO2zXyJR4iA7R17nZBHl" alt="Search.jpg" width="100%"><figcaption></figcaption></figure>

### カテゴリー

カテゴリーアイルにはカテゴリープレースメントを使用し、以下を送信する必要があります： Epsilon Retail Media 次のようなシンプルなコンテキスト： `productFilters` 「Category:Cupboard/Snacks」などのタクソノミーの

<figure><img src="/files/7dEPpfgIKl2VDlQ9QUWl" alt="Category.jpg" width="100%"><figcaption></figcaption></figure>

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

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

#### トップページ

トップページは、プレースメント識別子と関連する `productFilters` をリクエストに含めるだけのシンプルなリクエストにすることができます。

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

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

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

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

#### チェックアウト

トップページは、プレースメント識別子と関連する `productFilters` をリクエストに含めるだけのシンプルなリクエストにすることができます。

<figure><img src="/files/KD1Ai4NvLF6kfO2kegQJ" alt="Checkout.jpg" width="100%"><figcaption></figcaption></figure>

## 1つのページ内の複数のプレースメント

ECサイトを最大限に活用したい場合は、同じページ上で複数のユニークなリクエストを行うことができます。次において： Epsilon Retail Media これらを「Search In Grid」や「Search Below Grid」などの要件に応じて分割することができます。

<figure><img src="/files/TPJ1wTCMCZLvYSFl7yAA" alt="Multi Placement Page.jpg" width="100%"><figcaption></figcaption></figure>

これにより、ページあたりの広告配信密度を高めてページビューあたりの収益を増加させることができるほか、プレースメントごとに異なるターゲティング戦略を設定できるようになります。「In Grid」プレースメントには厳格な検索語句一致を設定し、「Below Grid」プレースメントにはより緩やかなカテゴリーIDベースの一致を設定することが可能です。


---

# 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/product-ads.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.
