> 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/account-administration/program-settings/exception-lists/manage-your-exception-lists.md).

# 管理您的例外列表

在您创建一个 [category](/brand/zh/what-would-you-like-to-learn-about/account-administration/program-settings/exception-lists/create-category-and-sku-exception-lists.md#create-a-category-exception-list-0-0), [SKU](/brand/zh/what-would-you-like-to-learn-about/account-administration/program-settings/exception-lists/create-category-and-sku-exception-lists.md#create-a-sku-exception-list-0-2)，或 [促销代码](/brand/zh/what-would-you-like-to-learn-about/account-administration/program-settings/exception-lists/create-promo-code-exception-lists.md) 例外列表后，您可以执行编辑、查看和下载列表等其他操作。

{% hint style="warning" %}
SKU 和促销代码例外列表并非在每个 impact.com 版本中都可用。例如，产品驱动增长（PLG）版本账户不包含 **SKU** 或 **促销码** 下的选项 *例外列表*。如果您看不到任一选项，您可能需要升级您的账户。 [联系支持](https://app.impact.com/secure/advertiser/support/customer-support-portal-flow.ihtml).
{% endhint %}

1. 从顶部导航栏中，选择 ![](/files/34cff7cafbbfcd416778a35b63cb058c27bcda8b) **\[用户资料] → 设置**.
2. 在 *项目* 列，滚动到 *例外列表* 并选择您要管理的例外列表。
   * 进入例外列表页面后，您可以通过选择可用标签在不同例外列表之间切换，例如 **例外列表（类别）**, **SKU 例外列表**，或 **促销代码例外列表**.
3. 将鼠标悬停在您要管理的例外列表上，然后选择 ![](/files/48274f9251fd79e93a99aad7b4393690b07a61c9) **\[更多]**.
4. 根据例外列表类型，选择以下操作之一：
   * **编辑：** 更改例外列表的 *名称*, *关联事件类型*，或 *匹配表达式*.
   * **添加商品/促销代码：** 直接添加更多商品或促销代码，或上传 CSV 或 Excel 文件。
   * **查看商品/促销代码：** 查看某个特定例外列表中的所有商品或促销代码。
   * **清除商品/促销代码：** 从您的例外列表中移除所有商品或促销代码。
   * **停用：** 停用您的例外列表。如果您在不将其从模板条款中移除的情况下停用例外列表，例外列表仍会显示在模板条款中，但该结算规则不会适用于合作伙伴。
   * **下载 CSV：** 将例外列表下载为 CSV 文件。


---

# 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/account-administration/program-settings/exception-lists/manage-your-exception-lists.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.
