> 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/platform-features/tracking/credit-policies/first-click-credit-policy-explained.md).

# ファーストクリッククレジットポリシーの解説

Last Click では、コンバージョン経路でクリックを発生させた最終パートナーにすべてのクレジットと報酬が付与されますが、First Click では、経路で最初にクリックを発生させた最初のパートナーに付与されます。これはパートナーからの人気が低いと見なされ、一般的には推奨されません。

First Click のクレジットポリシーでは、コンバージョン経路で最初のクリックを発生させたパートナーがクレジットの100%を受け取り、通常はコンバージョンに対する報酬の全額も受け取ります。ただし、全額のクレジットを受け取れるかどうかは、お使いの [参加ボーナス](/brand/ja/what-would-you-like-to-learn-about/platform-features/contracts-and-template-terms/template-terms/payout-adjustments/participation-bonuses-explained.md) 設定です。

{% hint style="info" %}
**互換性に関する注意：** 〜とは異なり [最後のカート追加](/brand/ja/what-would-you-like-to-learn-about/platform-features/tracking/credit-policies/last-to-cart-credit-policy-explained.md)、First Click では手動の [ユニバーサル トラッキング タグ（UTT）](/brand/ja/what-would-you-like-to-learn-about/platform-features/tracking/javascript-tag-tracking/tracking-with-universal-tracking-tag-utt.md) `trackCart` 実装。Shopify、WooCommerce、BigCommerce を含むアプリやプラグイン連携を使用する場合は、必要としないクレジットポリシーを使用してください `trackCart`.
{% endhint %}

First Click ポリシーと他のポリシーとの大きな違いは、ルックバックウィンドウを設定する必要があることです。このウィンドウによって、impact.com がコンバージョン経路の最初のクリックをどこまで遡って確認するかが決まります。コンバージョン経路が送信されるのは、 [アクションロックウィンドウ](/brand/ja/what-would-you-like-to-learn-about/platform-features/actions-and-payouts/understand-the-action-life-cycle-and-finance.md) が開始されるとき（つまり、売上のようなコンバージョンがトラッキングされるとき）、ルックバックウィンドウによって、impact.com が紹介パートナーをどこまで遡って確認するかが決まります。

たとえば、90日に設定されたルックバックウィンドウは、コンバージョン時点から90日分しか遡って確認しません。そのウィンドウ内で最も早いクリックを発生させたパートナーが、実際のコンバージョン経路に90日を超える時間がかかっていたとしても、そのコンバージョンのクレジットを獲得します。

<details>

<summary>例のシナリオ</summary>

例として、Duff Inc. の事業を見てみましょう。同社はいくつかの異なる理由から Professional エディションへのアップグレードを決定し、特にクレジット付与ロジックとして First Click のクレジットポリシーへ切り替えたいと考えています。

Duff Inc. は、Last Click を運用していたときはすべてのコンバージョン経路の成約までにそのくらいの期間がかかっていたため、ルックバックウィンドウを45日に決定しました。また、Last Click よりも First Click ポリシーを優先することにしました。最終的に、すべてのパートナーは First Click のクレジットポリシーに従ってクレジットされます。

どういうわけか、コンバージョン経路は Last Click を使っていたときとまったく同じように見えます。顧客はいつも、マーチブログのバナー広告からメガネを追加し、スポンサー検索結果をクリックした後にブランディングを追加し、スポンサー付き Instagram 投稿をクリックしてから購入します。ただし、切り替え後は、コンバージョン経路で最初のクリックを発生させたため、マーチブログがすべてのコンバージョンを獲得しています。

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

</details>

#### このクレジットポリシーをどのように申請すればよいですか？

担当の CSM（または [サポートに連絡してください](https://app.impact.com/support/portal.ihtml?createTicket=true)）に連絡し、First Click のクレジットポリシーの有効化について相談してください。このポリシーを使いたい理由、すべてのパートナーが First Click になるのか（そうでない場合、複数のポリシーが存在する旅程ではどのポリシーを優先すべきか）、そしてルックバックウィンドウを想定しているかを共有するとよいでしょう。


---

# 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/platform-features/tracking/credit-policies/first-click-credit-policy-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.
