> 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-gift-with-purchase-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) **\[打开切换]** **限制合作伙伴访问** 以设置哪些合作伙伴组可以使用此优惠，并搜索 **Partner Groups** 您想要授予该优惠访问权限的对象。

</details>

<details>

<summary>优惠配置</summary>

1. 从 ![](/files/9ee7bd3c79aae4d0667377d18611647c3469f8d1) **\[下拉菜单]**，应用一个 **交易范围** 并选择此优惠适用于您商店的广泛程度或具体程度。您可以从以下 3 个选项中选择：
   * **整个商店** – 将优惠应用于商店中的所有产品。
   * **类别** – 将优惠应用于特定产品类别。
   * **Product** – 将优惠应用于单个产品。
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-gift-with-purchase-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.
