> 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/advocate-program/advocate-rewards/pay-with-cash/set-up-a-commission-reward.md).

# 设置佣金奖励

本文解释如何设置基于佣金的奖励。佣金奖励会向推荐人支付一笔现金金额，该金额按被推荐客户在应用任何折扣后的转换总额的一定百分比计算。这是所有现金奖励计划的默认奖励选项。

{% hint style="info" icon="memo-pad" %}
**示例**: 如果被推荐客户在折扣后购买了 120.00 美元，而您的计划奖励比例为 10%，推荐人将获得 12.00 美元现金奖励。
{% endhint %}

### 为什么要使用佣金奖励而不是固定奖励？

按被推荐购买金额的一定比例发放奖励有助于您：

* **使奖励与价值保持一致**\
  价值更高的购买会带来更高的奖励，而较小的购买则产生较小的奖励。
* **提高 ROI**\
  奖励始终与收入成比例，更容易运行带来正 ROI 的计划。
* **匹配绩效型计划**\
  许多品牌希望采用简单的“购买金额的 10%”模式，这种模式让合作伙伴和绩效营销团队感到熟悉。
* **避免复杂的 JSONata**\
  您无需编写和维护自定义 JSONata 表达式，也能获得动态奖励，同时避免风险和复杂性。

### 设置佣金奖励

当您创建新的现金计划时，奖励类型将默认为佣金奖励。您可以从以下任一位置进行配置： *计划清单* 或 *项目规则* 界面。

{% tabs %}
{% tab title="从计划清单中" %}
如果您仍处于 Advocate 计划的清单阶段：

1. 在 *设置 Advocate* 计划清单中的 *设置您的 Advocate 奖励* 选项中，您可以设置基于佣金的奖励百分比。
2. 输入您想奖励推荐人的百分比（例如 15%）。

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

3. 选择 **下一步** 并完成其余的清单设置。

{% hint style="success" icon="memo-circle-check" %}
**注意**: 您可以切换为 *固定* 奖励，如果您更希望为每次推荐提供固定金额。
{% endhint %}
{% endtab %}

{% tab title="从您的计划规则中 " %}

1. 从左侧导航栏中，选择 ![](/files/209022bdb234289211a24a980f6227a8684cc439) **\[Engage] → 项目规则**.
2. 一旦您 [设置了您的计划规则和操作](/brand/zh/what-would-you-like-to-learn-about/advocate-program/getting-started-with-advocate/configure-your-advocate-program.md)，您需要选择 *奖励金额*。请选择 **佣金** 从下拉列表中。
3. 选择货币并输入佣金百分比。这是成功推荐后将获得奖励的总销售额百分比。
4. 选择 **下一步** 并完成其余的计划规则要求。

<div data-with-frame="true"><figure><img src="/files/75b291871211bacc82304a090b264bb4f75cc24d" alt="" width="563"><figcaption></figcaption></figure></div>
{% endtab %}
{% endtabs %}


---

# 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/advocate-program/advocate-rewards/pay-with-cash/set-up-a-commission-reward.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.
