> 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. 在顶部导航栏中，选择 ![](https://1186853034-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwMLlMoFBtKJa8ptd3zaw%2Fuploads%2F210dEQa93qyQgoJDkieL%2FUser%20profile.svg?alt=media\&token=f84c5b17-fae4-4a30-990a-9de5e57a150b) **\[用户资料] → 设置**.
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="https://1186853034-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwMLlMoFBtKJa8ptd3zaw%2Fuploads%2FvD0JEUv4z5YD7AUe5UWk%2FScreenshot%202026-04-21%20at%2018.06.48.png?alt=media&amp;token=62ec3787-adaa-40af-b107-262e328037d0" 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.
