> 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/pay-with-cash/set-up-a-commission-reward.md).

# コミッション報酬を設定する

この記事では、コミッション形式の報酬を設定する方法を説明します。コミッション報酬では、紹介された顧客の割引適用後の成約総額の一定割合に基づいて算出された金額をアドボケイトに支払います。これは、すべての現金報酬プログラムのデフォルトの報酬オプションです。

{% hint style="info" icon="memo-pad" %}
**例**：紹介された顧客が（割引後）120.00ドルの購入を行い、プログラムの報酬率が10%の場合、アドボケイトは12.00ドルの現金報酬を獲得します。
{% endhint %}

### 固定報酬ではなくコミッション報酬を使う理由は？

紹介された購入額の一定割合を報酬にすることで、次のことが可能になります：

* **価値に応じて報酬を調整する**\
  高額な購入ほど報酬も高くなり、小額の購入は報酬も小さくなります。
* **ROIを改善する**\
  報酬が収益に比例しているため、ROIがプラスのプログラムをより簡単に運用できます。
* **成果報酬型プログラムに合わせる**\
  多くのブランドは、パートナーやパフォーマンスマーケティングのチームにとってなじみのある、シンプルな「購入額の10%」モデルを求めています。
* **複雑なJSONataを避ける**\
  カスタムJSONata式を作成・保守する際のリスクや複雑さなしに、動的な報酬を得られます。

### コミッション報酬を設定

新しい現金プログラムを作成すると、報酬タイプはデフォルトでコミッション報酬になります。次のいずれかから設定できます *プログラムチェックリスト* または *プログラムルール* 画面。

{% tabs %}
{% tab title="プログラムチェックリストから" %}
アドボケイトプログラムのチェックリスト段階にまだいる場合：

1. 〜で *アドボケイトを設定* プログラムチェックリストのセクション内の *アドボケイト報酬を設定* オプションで、コミッションベースの報酬の割合を設定できます。
2. アドボケイトに報酬として支払う割合を入力してください（例：15%）。

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

3. 選択 **次へ** 残りのチェックリスト設定を完了します。

{% hint style="success" icon="memo-circle-check" %}
**注**：必要であれば、 *固定* 報酬に切り替えて、紹介ごとに固定額を提供できます。
{% endhint %}
{% endtab %}

{% tab title="プログラムルールから " %}

1. 左側のナビゲーションバーから、 ![](/files/7ddd72d8e69e7055d9408cf4847c5c54abf9f71d) **\[Engage] → プログラムルール**.
2. 一度 [プログラムルールとアクションを設定したら](/brand/ja/what-would-you-like-to-learn-about/advocate-program/getting-started-with-advocate/configure-your-advocate-program.md)、次の項目を選択する必要があります： *報酬額*。 **コミッション** ドロップダウンリストから
3. 通貨を選択し、コミッション率を入力します。これは、成功した紹介に対して報酬が支払われる総売上の割合です。
4. 選択 **次へ** 残りのプログラムルール要件を完了します。

<div data-with-frame="true"><figure><img src="/files/8320f58800faf557f0b695f4dfcf10622a37cf00" alt="" width="563"><figcaption></figcaption></figure></div>
{% endtab %}
{% endtabs %}


---

# 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/pay-with-cash/set-up-a-commission-reward.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.
