> 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/create-promo-code-exception-lists.md).

# 创建促销码例外列表

<a href="https://pxa.impact.com/student/activity/1117596?sid=0c0e3e5c-54c9-4435-9bee-ebcdccb7f292&#x26;sid_i=0?utm_source=app.impact.com&#x26;utm_medium=owned-platform&#x26;utm_content=con-350&#x26;utm_campaign=help-center" class="button primary">参加 PXA 课程</a>

促销码例外列表可用于根据与他们促成的操作相关的促销码，向合作伙伴支付不同费率。您还可以基于以下内容创建例外列表： [商品类别](/brand/zh/what-would-you-like-to-learn-about/account-administration/program-settings/exception-lists/create-category-and-sku-exception-lists.md) 或 [SKU](/brand/zh/what-would-you-like-to-learn-about/account-administration/program-settings/exception-lists/chuang-jian-sku-li-wai-lie-biao.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. 在右侧，位于 *例外列表*下，选择 [**促销码**](https://app.impact.com/secure/advertiser/campaign/itemlist/view-promocodeitemlist-flow.ihtml).
3. 选择 **添加新的促销码例外列表**.
4. 填写以下信息：

   | 字段名称       | 说明                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
   | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
   | **列表名称**   | 为此列表添加一个名称——它仅对您和其他账户成员内部可见；合作伙伴不会看到。                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
   | **关联事件类型** | 选择 1 个或多个事件类型以关联到此例外列表。                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
   | **匹配表达式**  | <p><strong>\[高级且可选]</strong> 输入一个正则表达式以匹配特定的促销码模式。\n请参考这些文章来配置您的正则表达式：</p><ul><li><a href="/pages/61ba811a6d80073109f9347454a1be09607c0d58"><strong>正则表达式说明</strong></a><strong>:</strong> 了解基本概念。</li><li><a href="/pages/802b07e573b9f93fe54ea858ec294d6f11fc6baf"><strong>括号内的正则表达式</strong></a><strong>:</strong> 了解如何提取代码中的特定部分以与您的列表进行匹配。</li><li><a href="/pages/d0eaf1440ab7970b14701844dbb441e19da87346"><strong>括号外的正则表达式</strong></a><strong>:</strong> 了解如何将完整促销码与某个模式进行匹配。</li></ul> |
5. 选择 **保存并添加条目** 以继续。
6. 您可以添加一个 **促销码** ，或者您也可以 **上传 CSV 或 Excel 文件** ，其中包含您的促销码。
   * 请参阅下面的 *促销码例外列表格式* 部分，以帮助您构建 .CSV 文件。
7. 选择 **保存**.
   * 现在，您将在 [促销码例外列表页面](https://app.impact.com/secure/advertiser/campaign/itemlist/view-promocodeitemlist-flow.ihtml).
   * 上看到您的新促销码例外列表。 **促销码** 如果您没有看到

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

<details>

<summary>促销码例外列表格式</summary>

选项或此页面，则您的版本可能不包括促销码例外列表。

```programlisting
促销码
INFL001
INFL002
INFL003
```

| 列   | 类型  | 必填 | 说明                                         |
| --- | --- | -- | ------------------------------------------ |
| 促销码 | 字符串 | 是  | <p>包含在转化跟踪数据中的值。</p><p>• 此处输入的值不区分大小写。</p> |

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

</details>


---

# 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/create-promo-code-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.
