> 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).

# 管理您的例外列表

在你创建 [类别](/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), [SKU](/brand/zh/what-would-you-like-to-learn-about/account-administration/program-settings/exception-lists/chuang-jian-sku-li-wai-lie-biao.md)，或 [促销代码](/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 版本中都可用。例如，Product-Led Growth (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.
