> For the complete documentation index, see [llms.txt](https://knowledgebase.offer18.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.offer18.com/zh/wang-luo/offer/offer-payout-gui-ze.md).

# Offer - 支出规则

**转到** **优惠 » 优惠-已批准**

<figure><img src="/files/a64ced74a92af9e56e240ef49dbd05b6e9da732c" alt=""><figcaption></figcaption></figure>

**点击优惠名称进入其配置** **»** **事件 / 支付层级**

### 支付规则

使用此功能，用户可以对其收入和支付有更多控制。通过此自定义功能，用户现在可以根据多达 24 个不同的数据点和特定条件创建量身定制的支付。&#x20;

这意味着用户可以为来自不同国家、设备类型、来源等的转化设定独特的支付，甚至可以创建多个规则并为其设置优先级，确保其支付被优化以实现最大收入。

<figure><img src="/files/b0656f2d9ff9d5dd08b488c232b0e41e0e6be3a6" alt=""><figcaption></figcaption></figure>

#### 操作步骤

1. 向下滚动至 **支付规则**
2. 转到 "+创建支付规则" 为该优惠创建新的支付规则
3. 配置支付规则
4. 转到 提交

***

#### 支付规则中的字段&#x20;

<table data-card-size="large" data-column-title-hidden data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-type="content-ref"></th><th data-hidden><select></select></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>规则名称</strong></td><td>支付规则的名称</td><td></td><td></td><td></td><td></td></tr><tr><td><mark style="color:蓝色;"><strong>数据点</strong></mark></td><td>可基于 24 个数据点创建规则</td><td></td><td><a href="/pages/8b724e3ff0778afd7b25b7cde698b7df163dc677#data-points">/pages/8b724e3ff0778afd7b25b7cde698b7df163dc677#data-points</a></td><td></td><td><a href="/pages/8b724e3ff0778afd7b25b7cde698b7df163dc677#data-points">/pages/8b724e3ff0778afd7b25b7cde698b7df163dc677#data-points</a></td></tr><tr><td><strong>收入与支付</strong></td><td>具有特定模型和货币的规则的支付与收入  </td><td></td><td></td><td></td><td></td></tr><tr><td><strong>联盟可见性</strong></td><td>通过此设置，可以向联盟隐藏或显示规则的可见性。</td><td></td><td></td><td></td><td></td></tr><tr><td><strong>规则优先级</strong></td><td>如果用户为一条规则设置优先级 1，为另一条设置优先级 2，则优先级编号较低的规则将首先执行。如果有规则被执行并决定了支付和收入，其他规则将不再被检查。 </td><td></td><td></td><td></td><td></td></tr></tbody></table>

***

### **数据点**

这些是可用于创建动态支付规则的字段和参数，例如：&#x20;

{% code overflow="wrap" %}

```
Affiliate ID、事件、国家、销售金额、支付（回传）、转化 CTIT、设备类型、浏览器、操作系统、着陆页、来源、子联盟、联盟点击 ID、Aff Sub1、Aff Sub2、Aff Sub3、Aff Sub4、Aff Sub5、Aff Sub6、Aff Sub7、Aff Sub8、Aff Sub9、Aff Sub10、Adv Sub1、Adv Sub2、Adv Sub3、Adv Sub4、Adv Sub5、工作日
```

{% endcode %}

#### **数据点值**

用户可以根据不同条件在支付规则中添加数据点的值。

#### 数据点条件

这些是在支付规则中确定支付和收入动态值的条件。有若干条件，例如：

* **等于 -** 当数据点值等于规则中定义的值时触发
* **不等于 -** 当数据点值不等于规则中定义的值时触发&#x20;
* **不包含 -** 当添加的值不存在于数据点值中时触发 &#x20;
* **包含 -** 当添加的值存在于数据点值中时触发
* **为空 -** 当数据点值为空时触发
* **不为空 -** 当数据点值不为空时触发
* **大于 -** 当数据点值大于规则中定义的值时触发
* **小于 -**  当数据点值小于规则中定义的值时触发
* **介于 -**  当数据点值介于规则中定义的（高/低）值之间时触发

***

### 导入支付规则

可以使用 CSV 模板文件批量导入支付规则。

#### 必填字段

* 规则名称
* 收入模型
* 收入
* 支付模型
* 支付
* 货币

{% file src="/files/00799522e8e7d6faab4723f5e5a2841b08005db8" %}

{% hint style="info" %}
支付规则的状态和联盟可见性可以按如下方式添加到 CSV 文件：

* **1** - 启用/显示
* **3** - 禁用/隐藏
  {% endhint %}


---

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

```
GET https://knowledgebase.offer18.com/zh/wang-luo/offer/offer-payout-gui-ze.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
