> 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&) アクセスを得るには、Advocateプログラムをアップグレードしてください。

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コマースまたは課金プラットフォームで管理します。Advocateプログラム内ではありません。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.
