> 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/last-click-credit-policy-explained.md).

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

Last Clickは、impact.com上のすべてのブランドにおけるデフォルトのクレジット付与ポリシーです。これは使用することが推奨されるポリシーであり、業界標準と見なされています。

Last 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)、Last 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`、たとえば Last Click のようなものです。
{% endhint %}

<details>

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

例として、Acme Corporationは最近、オンライン直販（DTC）の塗料ストアを立ち上げました。Acmeがimpact.comのStarter Editionを導入した際、アフィリエイトマーケティングとパートナーシップは初めてであり、プログラムを次の段階に進める前にファネルについてもっと学びたいと述べていました。

このシナリオでは、Acmeはマーケティングファネルにまだ慣れておらず、Starter Editionのプログラムを運用していて、非常にカスタマイズされたソリューションを求めていないため、すべてのイベントタイプで使用するポリシーはLast Clickになります。

このクレジット付与ロジックでは、Acmeは顧客のコンバージョン経路に無制限の数のパートナーを参加させることができますが、顧客が購入する直前の最終クリックを促した唯一のパートナーだけが、そのコンバージョンのクレジットと報酬を得ます。

Acmeがプログラムを開始してから最初の顧客は、住宅改修ブログ上のバナー広告をクリックしてウェブサイトを見つけ、いくつかの商品をカートに追加します。購入はしませんが、その後、スポンサー付き検索結果をクリックしてサイトに戻り、さらにいくつかの商品を追加します。ただし、スポンサー付きのInstagram投稿をクリックするまでは購入しません。

この場合、Instagram投稿を保有しているパートナーが、顧客にカートへ商品を追加させるきっかけにはなっていなくても、コンバージョンを促したことに対するすべてのクレジットと報酬を受け取ります。

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

</details>


---

# 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/last-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.
