> 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/partner/ja/nitsuitebitaidesuka/platform-features/working-with-brands/contracts/click-payout-rules-explained-for-partners.md).

# パートナー向けクリック報酬ルールの解説

ブランドがあなたと契約を結ぶと、特定の種類のクリックに適用されるカスタムの支払いグループルールを設定できます。これらのルールにより、ブランドはクリック報酬をきめ細かく管理でき、同時にブランドにとって望ましいトラフィックを送ることで、あなたはより高い報酬を得られる可能性があります。

2024年1月以降、ブランドと締結する新しい契約では、クリックごとにこのようなより特化した報酬が認められます。これらの変更は次のように呼ばれます **CPC（クリック単価）V2**。CPC V2では、クリックは即時に登録されます。ロック期間はなくなり、登録されたクリックは取り消せません。

すべての新規契約ではCPC V2が使用されます。既存のブランドとの契約には影響せず、従来の標準CPC V1ルールが継続されます。ただし、ブランドが更新されたクリック報酬オプションを活用するために、既存契約を更新する場合があります。

{% hint style="info" %}
**契約の詳細はどう確認できますか？** こちらをご覧ください [パートナー向け契約の解説](/partner/ja/nitsuitebitaidesuka/platform-features/working-with-brands/contracts/contracts-explained-for-partners.md) ブランドとの契約を見つけて内容を理解する手順について。
{% endhint %}

#### CPC V2のメリット

パートナーとして、新しいクリック報酬ルールでは次のことが可能です:

* アクションのロック期間をなくす
* クリックが取り消される可能性をなくす
* より望ましいクリックを発生させた際に、ブランドがより高い報酬を支払う可能性を高める

#### 契約例

CPC V1を使用する既存契約と、CPC V2を使用する新しい契約では、報酬ルールの構成が異なります。以下の例では、各契約タイプでブランドがクリックに対してどのように異なる支払いを行うかを示しています。

{% tabs %}
{% tab title="CPC V1" %}

* クリックごとのデフォルト報酬は **$0.10**.
* アクションは、計測日の終了後30日でロックされます。
* クリックは取り消しまたは変更できます。
  {% endtab %}

{% tab title="CPC V2" %}

* クリックごとのデフォルト報酬は **$0.10**.
* 固定報酬 **$0.25** 米国発のクリック1件あたりの、製品に対するブランドの *おもちゃ* SKUで、1日最大100クリックまで。
* クリックにはアクションのロック期間は適用されません。
  {% 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/partner/ja/nitsuitebitaidesuka/platform-features/working-with-brands/contracts/click-payout-rules-explained-for-partners.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.
