> 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/68a24e11d342b9e43ce1c95ec070f7c75aa9d5b6) **\[列]**.

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

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

1. 要查看已上传的产品促销列表，请将鼠标悬停在某个文件上并选择 ![](/files/48274f9251fd79e93a99aad7b4393690b07a61c9) **\[更多]** → **查看促销活动**.
   * 要搜索某个特定的促销活动，请在……中输入描述的一部分 *描述* 框中并按下 **回车** 键。
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.
