> 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/ja/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アカウントから追加、削除、または管理できます—詳細は [Fuel Tank報酬を設定する](/brand/ja/what-would-you-like-to-learn-about/advocate-program/advocate-rewards/set-up-a-fuel-tank-reward.md) ガイダンスをご覧ください。必要に応じて、どのクーポンがどのアドボケイトに付与されたかを追跡し、報酬をキャンセルすることもできます。

Fuel Tank用のクーポンコードはあなたが用意します。これらのコードは自分で作成することも、既存のeコマースまたは請求プラットフォームで作成してもらうこともできます。Shopify、WooCommerce、Magento、BigCommerce、Recurlyをはじめとする多くの主要なeコマースおよび請求プラットフォームでは、コードを一括生成してエクスポートできます。

eコマースプラットフォームでコードを生成する際には、その動作も定義します。たとえば、次のような点を決めます：

* 各コードの金額
* コードが適用される商品またはサービス
* コードを使用する前に必要な最低購入金額

{% hint style="info" %}
**注:** コードの動作は、作成されたeコマースまたは請求プラットフォームで管理します。アドボケイトプログラム内ではありません。これにShopifyを使用している場合は、次のこともできます [同期コードを設定する](/brand/ja/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/ja/what-would-you-like-to-learn-about/advocate-program/manage-advocate-participant-experiences/widget-experiences/set-up-an-instant-access-widget.md), [認証済みアクセスウィジェット](/brand/ja/what-would-you-like-to-learn-about/advocate-program/manage-advocate-participant-experiences/widget-experiences/widget-types-explained.md)、および [マイクロサイト](/brand/ja/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/a5886d84c4063a31d524b397103a2f9d620f0c13" 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/ja/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.
