> 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/zh/what-would-you-like-to-learn-about/platform-features/product-promotions/manage-your-product-promotion-files.md).

# 管理您的产品促销文件

该 *产品促销* 此功能可让您与合作伙伴分享您的特别优惠和促销活动。上传促销文件后，您可以通过查看促销文件、评估文件健康状况以及删除不需要的促销数据，确保促销数据保持最新。

{% hint style="warning" %}
**重要：** 开始之前，您需要先上传促销文件。请参见 [上传产品促销文件](/brand/zh/what-would-you-like-to-learn-about/platform-features/product-promotions/upload-product-promotion-files.md) 了解详情。
{% endhint %}

#### 访问您的促销文件

1. 从左侧导航菜单中，选择 ![](/files/209022bdb234289211a24a980f6227a8684cc439) **\[Engage] → 内容 → 产品** → **产品促销**.
   1. 上的每一行 *产品促销* 屏幕代表一个已上传的促销文件。

#### 促销文件健康指示器

如果产品促销文件包含任何错误或警告，您会在 *健康状态* 列中看到相应提示。

指示器的颜色会根据已上传促销文件的健康状况而变化：

| 指示器                                         | 说明                                                                                                                                                       |
| ------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **待处理**                                     | 您的文件仍在上传并处理中。                                                                                                                                            |
| <mark style="color:$success;">**优秀**</mark> | 您的文件没有错误或警告。                                                                                                                                             |
| <mark style="color:$warning;">**良好**</mark> | 您文件中的某些推荐字段可能缺失，但文件仍将被上传。                                                                                                                                |
| <mark style="color:$danger;">**较差**</mark>  | 文件记录中超过 10% 缺少必填信息。您必须修复并 [重新上传文件](/brand/zh/what-would-you-like-to-learn-about/platform-features/product-promotions/upload-product-promotion-files.md). |

#### 管理促销表视图

上传促销列表后，您可以查找并排序您的促销活动。

1. 若要快速定位特定的促销文件，请在 **文件名** 中输入部分内容到搜索栏。
2. 若要从表格中移除或添加列，请选择 ![](/files/b3355685fa031a932f40558d772dc8f5261f13a2) **\[列]**.

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

#### 查看或删除促销文件

1. 若要查看已上传的产品促销列表，将鼠标悬停在某个文件上并选择 ![](/files/48274f9251fd79e93a99aad7b4393690b07a61c9) **\[更多]** → **查看促销**.
   * 若要搜索特定促销，请在 *说明* 框中输入描述的一部分，然后按 **Enter** 键盘上的。
2. 若要删除已上传的产品促销文件，请选择 ![](/files/48274f9251fd79e93a99aad7b4393690b07a61c9) **\[更多]** → **删除**.

<div data-with-frame="true"><figure><img src="/files/b7b9b340db3a8f743333283449c35cfa9f3d8d1c" 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/zh/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.
