> 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/fuel-tank-rewards-explained.md).

# Fuel Tank 奖励说明

**有限**: 礼品卡奖励仅适用于某些项目版本。 [联系支持](https://app.impact.com/support/portal.ihtml?createTicket=true&) 以升级您的倡导者计划并获得访问权限。

fuel tank 功能是一种使用唯一优惠券代码发放奖励的简化方式。您的推广者可以用这些代码兑换奖励，包括折扣、积分以及其他奖励类型。

可通过您的 impact.com 账户添加、删除或管理优惠券代码——请参见 [设置燃料罐奖励](/brand/zh/what-would-you-like-to-learn-about/advocate-program/advocate-rewards/set-up-a-fuel-tank-reward.md) 以获取指导。您还可以跟踪哪个优惠券已发给了哪个推广者，并在需要时取消其奖励。

您需要为 fuel tank 提供优惠券代码。您可以自行创建这些代码，也可以使用现有的电商或计费平台代为创建。许多主流电商和计费平台——包括 Shopify、WooCommerce、Magento、BigCommerce 和 Recurly——都可以批量生成代码，并允许您将其导出。

当您在电商平台中生成这些代码时，也会定义它们的使用规则。例如，您可以决定：

* 每个代码的面值
* 该代码适用的产品或服务
* 使用该代码前所需的最低消费额

{% hint style="info" %}
**注意：** 代码的使用方式由创建它的电商或计费平台控制，而不是由您的 Advocate 项目控制。如果您在这方面使用 Shopify，您还可以 [设置同步代码](/brand/zh/what-would-you-like-to-learn-about/advocate-program/advocate-rewards/set-up-a-fuel-tank-reward.md#synced-codes-for-shopify-0-3) 通过我们的 [Shopify 集成](https://integrations.impact.com/integration-guides/for-brands/plugin-integrations/e-commerce/integrate-with-shopify).
{% endhint %}

Fuel tank 奖励可以整合到 [即时访问组件](/brand/zh/what-would-you-like-to-learn-about/advocate-program/manage-advocate-participant-experiences/widget-experiences/set-up-an-instant-access-widget.md), [已验证访问小组件](/brand/zh/what-would-you-like-to-learn-about/advocate-program/manage-advocate-participant-experiences/widget-experiences/widget-types-explained.md)、以及 [微型网站](/brand/zh/what-would-you-like-to-learn-about/advocate-program/manage-advocate-participant-experiences/microsite-experiences/set-up-a-microsite.md).

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

#### 参与者体验

优惠券代码可以整合到您项目的小组件或微型网站中，并用于奖励您的推广者及其推荐的朋友。

通常，当推广者推荐的人完成转化时，推广者便会获得奖励。成功转化后，系统会自动通过电子邮件通知推广者。随后，他们会收到一个唯一的优惠券代码，可用来兑换奖励。

对于被推荐的朋友来说，理想体验是在点击推广者的分享链接后立即收到折扣代码，以便可在首次结账时使用。您可以在项目落地页上设置朋友小组件来实现这一点。

{% hint style="info" %}
**示例流程：** 推广者分享链接 → 朋友打开链接并跳转到您的落地页 → 朋友小组件弹出（或嵌入显示）→ 朋友提供其电子邮件地址 → 系统向朋友显示折扣代码。
{% 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, and the optional `goal` query parameter:

```
GET https://help.impact.com/brand/zh/what-would-you-like-to-learn-about/advocate-program/advocate-rewards/fuel-tank-rewards-explained.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.
