> For the complete documentation index, see [llms.txt](https://docs.bogos.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bogos.io/cn/detailed-guide/gift-offer.md).

# 赠品优惠

了解如何创建强大的免费赠品优惠,触达合适的受众,并借助 BOGOS 发展您的业务。

从我们的指南开始,学习如何创建赠品优惠并探索关键功能。

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

### 1. 优惠类型

#### **1.1. 消费满 X 金额获得赠品**

此优惠通过在客户订单消费达到一定金额时提供固定金额或百分比折扣,吸引客户下单。

*示例:消费满 $50 即可获得免费手提袋。*

#### 1.2. 购买赠送试用装

购买赠送试用装优惠是指客户在购买或达到特定消费门槛时获得免费赠品。

*示例:购买任意坐垫即可获得免费替换装。*

#### **1.3. 买一送一**

买一送一优惠是指客户购买一件商品后,可免费或以折扣价获得另一件商品。

*示例:买一件 T 恤,免费送一件。*

#### **1.4. 买 X 送 Y**

此优惠允许客户在购买一定数量或类型的商品(X)时,获得折扣或免费商品(Y)。

*示例:购买 2 瓶洗发水,免费获得一瓶护发素。*

#### **1.5. 消费越多送越多**

此优惠类型鼓励客户提高订单金额,以便随着消费增加而获得更优厚的奖励或折扣。

*示例:消费满 $100 享 9 折,消费满 $200 享 8 折。*

### 2. 关键功能

#### **2.1. 主要条件**

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

* 购物车金额条件:客户需达到的最低或最高购物车金额,才能获得该优惠的赠品。
* 购物车数量条件:客户需达到的最低或最高购物车数量,才能获得该优惠的赠品。
* 特定商品条件:此功能可让您为选定商品设置条件,包括所需数量、每次购买的赠品倍数,以及将赠品与选定商品匹配的选项。
* 购物车金额倍数条件:客户需达到的金额将按倍数增加以获得更多赠品。
* 商品套装条件:仅当客户购买所有选定商品时,才能获得赠品。

#### **2.2. 子条件**

<figure><img src="/files/o1cr4h5IfKLPW5XwrxUL" alt="" width="454"><figcaption></figcaption></figure>

* 特定链接地址:仅通过特定链接访问您商店的客户才能获得赠品。
* 客户订单历史:仅客户位置满足特定要求的客户才能获得赠品。
* 客户标签:仅具有特定标签的客户才能获得赠品。
* 客户位置:仅来自特定国家的客户才能(或不能)获得赠品。
* 订阅商品:通过选择订阅或一次性购买商品来定向特定客户。
* 销售渠道:仅从特定销售渠道(如网店、移动应用或零售终端)购买商品的客户才能获得奖励。
* 市场:您的赠品仅面向选定市场的客户提供,数据与 Shopify Market 同步。


---

# 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://docs.bogos.io/cn/detailed-guide/gift-offer.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.
