> 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/feature-integrations/placement-level-product-type-blocking-hfss-support.md).

# 配置レベルの商品タイプブロック（HFSSサポート）

Epsilon Retail Media には「ブロック済み」フィルター機能があり、プレースメントで特定の商品が選択されないように停止できます。この機能の目的は、HFSS制限の遵守を確実にすることです。

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

これは、ブロック済みフィルターを持つ商品がプレースメントで選択されるのをブロックすることで機能します。ユーザーには「HFSS制限」ブロックが表示されるか、商品が選択対象外であることを示すメッセージが表示されます（HFSS以外のフィルターの場合）。

{% hint style="info" %}
これは弊社側で設定する項目です。この機能を実装するには、テクニカルアカウントマネージャーにお問い合わせください。
{% endhint %}

## 連携要件

HFSS以外のシナリオでのフィルターブロッキングの場合 Epsilon Retail Media 商品のブロックを確実に行いたい商品フィルターを指定するだけです。これを実装するには、テクニカルアカウントマネージャーにお問い合わせください。

HFSSの場合： Epsilon Retail Media 商品ごとにHFSSステータスを指定するフィルターを商品カタログに実装する必要があります。地域ごとにHFSSフラグを設定したい場合も、対応可能です。

同期方法については、以下をご確認ください：

* [ファイル経由でのカタログと商品の同期](/retail-media-interface/integration/ja/data-api/catalog-products-2/syncing-catalog-products-via-file.md)
* [API経由での商品同期](/retail-media-interface/integration/ja/data-api/catalog-products-2/syncing-products-via-api.md)

## HFSSの警告

キャンペーンの作成と審査の両方を容易にするため、UI上に複数の警告が表示されます。

### キャンペーン作成時の警告

商品に「hfss」および「true」を含むフィルターがある場合、以下の警告が表示されます。

#### 検索キーワードの選択

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

#### リテールパートナーによる審査時の警告

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

キャンペーンを審査する際、リテールパートナーには「このキャンペーンには制限対象商品（HFSS）が含まれています。」という警告が表示されます。

さらに、どの商品がHFSSであるかを明示する「HFSS」警告が商品上に表示され、リテールパートナーによる審査が容易になります。


---

# 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/feature-integrations/placement-level-product-type-blocking-hfss-support.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.
