> 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&) 以升级您的 Advocate 计划并获得访问权限。

燃料箱功能是一种使用唯一优惠码发放奖励的简化方式。您的倡导者可以兑换这些代码以获得奖励，包括折扣、积分和其他奖励类型。

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

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

当您在电商平台中生成代码时，您也会定义其行为。例如，您可以决定：

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

{% hint style="info" %}
**注意：** 您控制代码在创建它的电商或计费平台中的运行方式，而不是在您的倡导者计划中。如果您为此使用 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 %}

燃料箱奖励可以纳入 [即时访问小组件](/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.
