> 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-category-and-sku-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>

类别例外列表可让您根据与某个操作关联的类别向合作伙伴支付不同费率。

**我什么时候会使用此功能？**

* **潜在客户开发：** 可为潜在客户开发活动实施基于类别的支付，以便根据人口统计信息调整支付金额。例如，与其他国家相比，您的业务对来自美国的客户可能具有更高的潜在客户转化率。此时，您可以决定为美国客户的潜在客户分配更高的类别支付金额。

## 创建类别例外列表

1. 在顶部导航栏中，选择 ![](/files/34cff7cafbbfcd416778a35b63cb058c27bcda8b) **\[用户资料] → 设置**.
2. 在 *项目* 列中，滚动到 *例外列表* 并选择 [**类别**](https://app.impact.com/secure/advertiser/campaign/itemlist/view-categoryitemlist-flow.ihtml).
3. 在右上角，选择 **添加新的类别列表**.
4. 填写以下信息：

   <table><thead><tr><th width="269.796875">字段</th><th>说明</th></tr></thead><tbody><tr><td><strong>列表名称</strong></td><td>为此列表添加一个名称——该名称仅会在您和其他账户成员内部显示；合作伙伴将看不到。</td></tr><tr><td><strong>关联事件类型</strong></td><td>选择 1 个或多个事件类型以关联到此例外列表。</td></tr><tr><td><strong>匹配表达式</strong></td><td><strong>[高级且可选]</strong> 通过指定带有 1 个分组的正则表达式，使系统能够匹配类别值的一部分。由该分组表示的值将与此列表中的类别值进行匹配。如果您有正则表达式的使用场景，但不确定如何配置， <a href="https://app.impact.com/support/portal.ihtml?createTicket=true&#x26;">请联系支持</a>.</td></tr></tbody></table>
5. 选择 **保存并添加项目** 以继续。
6. 您可以添加 **类别** 以及可选的 **显示值** 使用界面中的字段，或者您也可以 **上传 CSV 或 Excel 文件** 以及您的类别。
7. 添加项目或上传文件后，选择 **保存** 以完成流程。现在，您将在 *类别列表* 页面上看到新的类别例外列表。

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

## 类别例外列表格式

使用下面的两个列名创建 .CSV 或 .XLS/.XLSX 文件。

<table><thead><tr><th width="170.484375">列</th><th width="169.7734375">类型</th><th width="169.9453125">必填</th><th>说明</th></tr></thead><tbody><tr><td>类别</td><td>字符串</td><td><strong>是</strong></td><td>包含在转化跟踪数据中的值。</td></tr><tr><td>显示值</td><td>字符串</td><td>否</td><td>如果您希望在报表中显示不同的值，请输入显示值。例如，如果类别值是某种计算机生成的值，您可能会希望输入显示值，以便在报表中更容易理解。</td></tr></tbody></table>

**例如：**

```programlisting
类别，显示值
新产品，最新发布
```

通常，支付费率基于商品类别；不过，您也可以为特定商品设置支付费率。对于您希望设置特定支付金额的每个商品，您都需要创建一个商品类别。在创建模板条款时，您需要为每个类别列表指定支付费率。根据合同，某个类别列表关联的所有类别名称都将具有相同的支付费率。


---

# 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-category-and-sku-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.
