> 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.
