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

促销代码例外列表可用于根据合作伙伴所推动的、与所关联操作有关的促销代码向其支付不同费率。您也可以基于以下内容创建例外列表： [商品类别或 SKU](/brand/zh/what-would-you-like-to-learn-about/account-administration/program-settings/exception-lists/create-category-and-sku-exception-lists.md).

#### 创建促销代码例外列表

1. 从顶部导航栏中选择 ![](/files/1cbb667ec4878308f24ec4acd13cbf03ede0bdfe) **\[用户资料] → 设置**.
2. 在右侧，位于 *例外列表*下，选择 [**促销代码**](https://app.impact.com/secure/advertiser/campaign/itemlist/view-promocodeitemlist-flow.ihtml).
3. 选择 **添加新的促销代码例外列表**.
4. 请填写以下信息：

   | 字段名称       | 描述                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
   | ---------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
   | **列表名称**   | 为此列表添加一个名称——这只会在内部向您和其他账户成员显示；合作伙伴将看不到。                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
   | **关联事件类型** | 选择 1 个或多个事件类型以关联此例外列表。                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
   | **匹配表达式**  | <p><strong>\[高级且可选]</strong> 输入一个正则表达式以匹配特定的促销代码模式。<br>使用这些文章来配置您的正则表达式：</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>

请使用下方显示的列名创建 .CSV 或 .XLS/.XLSX 文件：

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