> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/brand/ja/what-would-you-like-to-learn-about/platform-features/product-promotions/manage-your-product-promotion-files.md).

# 商品プロモーションファイルを管理する

この *商品プロモーション* この機能を使うと、特別オファーやプロモーションをパートナーと共有できます。プロモーションファイルをアップロードしたら、プロモーションファイルの確認、ファイルの正常性の評価、不要なプロモーションデータの削除によって、最新のプロモーションデータを維持できます。

{% hint style="warning" %}
**重要：** 始める前に、プロモーションファイルをアップロードしておく必要があります。詳細は [商品プロモーションファイルをアップロード](/brand/ja/what-would-you-like-to-learn-about/platform-features/product-promotions/upload-product-promotion-files.md) を参照してください。
{% endhint %}

#### プロモーションファイルにアクセスする

1. 左側のナビゲーションメニューから ![](/files/7ddd72d8e69e7055d9408cf4847c5c54abf9f71d) **\[Engage] → コンテンツ → 商品** → **商品プロモーション**.
   1. 画面上の各行は *商品プロモーション* 1つのアップロード済みプロモーションファイルを表しています。

#### プロモーションファイルの正常性インジケーター

商品プロモーションファイルにエラーや警告が含まれている場合は、 *Health* 列。

インジケーターの色は、アップロードされたプロモーションファイルの正常性に応じて異なります：

| インジケーター                                        | 説明                                                                                                                                                                        |
| ---------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **保留中**                                        | ファイルはまだアップロード中で、処理されています。                                                                                                                                                 |
| <mark style="color:$success;">**非常に良好**</mark> | ファイルにエラーや警告はありません。                                                                                                                                                        |
| <mark style="color:$warning;">**良好**</mark>    | ファイル内の一部の推奨フィールドが欠落している可能性がありますが、ファイルは引き続きアップロードされます。                                                                                                                     |
| <mark style="color:$danger;">**不良**</mark>     | ファイルのレコードの10%以上で必須情報が不足しています。修正して [ファイルを再アップロードします](/brand/ja/what-would-you-like-to-learn-about/platform-features/product-promotions/upload-product-promotion-files.md). |

#### プロモーションのテーブルビューを管理する

プロモーション一覧をアップロードすると、プロモーションを検索して並べ替えることができます。

1. 特定のプロモーションファイルをすばやく見つけるには、次の一部を入力します： **ファイル名** を検索バーに入力します。
2. テーブルに列を追加または削除するには、 ![](/files/187769f9262d59ed36ce79b3988030fed7098825) **\[列]**.

<div data-with-frame="true"><figure><img src="/files/aedfc94b83c821562aa5a453a3657c471ddeb317" alt="" width="563"><figcaption></figcaption></figure></div>

#### プロモーションファイルを表示または削除する

1. アップロード済みの商品プロモーションリストを表示するには、ファイルにカーソルを合わせて、次を選択します： ![](/files/967afd940eacbf83a7772ab9ff5584bc129c9568) **\[その他]** → **プロモーションを表示**.
   * 特定のプロモーションを検索するには、説明の一部を次に入力します： *説明* ボックスに入力し、次を押します： **Enter** をキーボードで押します。
2. アップロード済みの商品プロモーションファイルを削除するには、次を選択します： ![](/files/967afd940eacbf83a7772ab9ff5584bc129c9568) **\[その他]** → **削除**.

<div data-with-frame="true"><figure><img src="/files/d61f7bb4aef7130f6f4d7fe13749f0a2787682a1" alt="" width="563"><figcaption></figcaption></figure></div>


---

# 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.impact.com/brand/ja/what-would-you-like-to-learn-about/platform-features/product-promotions/manage-your-product-promotion-files.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.
