> 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/platform-features/deals/create-a-rebate-deal.md).

# 创建返利优惠

本文介绍如何创建一个 *返利* 通过先按全价收费，然后在之后向客户提供部分退款来完成交易。这种交易通过在销售完成后向客户退款，帮助你在高效管理促销的同时促进购买。

1. 从左侧导航栏中选择 ![](/files/209022bdb234289211a24a980f6227a8684cc439) **\[Engage]** → **内容** → **交易**.
2. 在右上角，选择 **创建优惠** ![](/files/9ee7bd3c79aae4d0667377d18611647c3469f8d1) **\[下拉菜单]** → **返利**.
3. 请完成以下部分中的信息：

<details>

<summary>优惠详情</summary>

1. 输入一个 **名称** 用于您的优惠。
2. 可选地，输入一个 **描述** 用于该优惠，最大长度为255个字符。
3. 在 *落地页*下，选择 ![](/files/9ee7bd3c79aae4d0667377d18611647c3469f8d1) **\[下拉菜单] 自定义** 以为您的优惠配置自定义落地页。将该设置保持为 **默认** 以将客户引导至您的项目落地页。
4. 若要向落地页跟踪链接添加参数，请选择 ![](/files/a4d92afe6e302635e52a9d3b155bca7a8dedb2ea) **\[添加元数据]**。这些参数将添加到该优惠跟踪链接的末尾。
   * 了解更多关于 [跟踪链接参数](/brand/zh/what-would-you-like-to-learn-about/platform-features/tracking/tracking-explained/tracking-link-parameters-explained.md).
5. ![](/files/3980f01ba7b178cc917bfb7b270feb4fac2992c6) **\[打开开关]** **限制合作伙伴访问权限** 以设置哪些合作伙伴组可以使用此优惠，并搜索 **合作伙伴组** 您要授予此优惠访问权限的对象。

</details>

<details>

<summary>优惠配置</summary>

1. 从 ![](/files/9ee7bd3c79aae4d0667377d18611647c3469f8d1) **\[下拉菜单]**，应用一个 **优惠适用范围** 并选择此优惠适用于您的商店的范围有多广或多具体。您可以从以下3个选项中选择：
   * **整个商店** – 将此优惠应用于商店中的所有商品。
   * **类别** – 将此优惠应用于特定商品类别。
   * **商品** – 将此优惠应用于单个商品。
2. 输入 **返利** 适用于该交易的金额。
3. 可选地，输入 **最低购买金额** 以激活此优惠所需的金额。
4. 可选地，输入 **最高节省金额** 允许用于此优惠的金额。

</details>

<details>

<summary>促销详情</summary>

1. 可选地，指定此优惠是否为 **季节性** 并使用 ![](/files/9ee7bd3c79aae4d0667377d18611647c3469f8d1) **\[下拉菜单]** 选择相关的促销期间。
2. 可选地，输入一个 **默认折扣代码** 客户可使用该代码自动应用折扣或促销，无需手动输入代码。
3. 可选地，设置 **开始** 和 **结束日期** 用于该优惠，并设置一个 **时区** 来自 ![](/files/9ee7bd3c79aae4d0667377d18611647c3469f8d1) **\[下拉菜单]**.
   * 选择 ![](/files/1e92342b2401199e6ee9ae952c055de934a671da) **\[日历]** 以应用优惠日期，并使用 ![](/files/9ee7bd3c79aae4d0667377d18611647c3469f8d1) **\[下拉菜单]** 设置开始和结束时间。

</details>

<details>

<summary>高级设置</summary>

1. 若要允许合作伙伴覆盖您指定的落地页并深链到您网站的特定页面，请选择 ![](/files/e13da78c3fe9466cb109d0fdd9febb23a52c304d) **\[复选框]** **支持合作伙伴链接到特定页面**.
   * 请确保您的项目还已设置 [允许的深度链接域名](/brand/zh/what-would-you-like-to-learn-about/account-administration/program-settings/tracking-settings/set-up-permitted-domains-for-deep-linking.md) 。
2. 若要将此优惠的状态和时长与所有关联广告和促销代码同步，请选择 ![](/files/e13da78c3fe9466cb109d0fdd9febb23a52c304d) **\[复选框]** **将关联资产和促销代码的状态和日期与此优惠保持同步**。这有助于保持一致性，并确保所有相关内容同时更新。

</details>

4. 选择 **保存**.


---

# 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/platform-features/deals/create-a-rebate-deal.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.
