> 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-to-cart-credit-policy-explained.md).

# カート到達時最終クリッククレジットポリシーの解説

Last to Cart ポリシーは、 [ラストクリック](/brand/ja/what-would-you-like-to-learn-about/platform-features/tracking/credit-policies/last-click-credit-policy-explained.md) ポリシーであり、顧客の行動に基づいて、どのパートナーがコンバージョンのクレジットと支払いを受け取るかを決定します。顧客が行った最後のクリックが結果を決めるのではなく、顧客が最後に *商品をカートに追加した時* が、勝利パートナーを決定します。

Last to Cart ポリシーでは、チェックアウト前に顧客が最後のアイテムをカートに追加するきっかけを作ったパートナーが、通常、そのコンバージョンに対するクレジットと支払いの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="warning" %}
**互換性要件：** Last to Cart には手動の [Universal Tracking Tag（UTT）](/brand/ja/what-would-you-like-to-learn-about/platform-features/tracking/javascript-tag-tracking/tracking-with-universal-tracking-tag-utt.md) セットアップと [UTT `trackCart` 実装](/brand/ja/what-would-you-like-to-learn-about/platform-features/tracking/javascript-tag-tracking/tracking-with-utt-javascript-functions.md) カートに追加アクション上で。Shopify、WooCommerce、BigCommerce を含むアプリおよびプラグイン連携は Last to Cart をサポートしていません。Last to Cart を使用するには、アプリやプラグイン連携ではなく、手動の UTT 連携を使用する必要があります。手動の UTT 連携への移行でお手伝いが必要な場合は、 [サポートにお問い合わせください。](https://app.impact.com/support/portal.ihtml?createTicket=true)
{% endhint %}

<details>

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

ACME Corporation は、オンラインの消費者向け直販（DTC）ペイントストアを運営しています。パートナーからのフィードバックを受け、First Click ポリシーから Last to Cart ポリシーへ変更したいと考えています。Customer Success Manager（CSM）とこの件について話し合った結果、ACME Corporation は、顧客が商品をカートに追加するタイミングに注目することに決めました。

この変更にもかかわらず、ACME Corporation のコンバージョンパスは変わりません。顧客はホーム改善ブログのバナー広告をクリックした後にペイントブラシを追加し、スポンサー検索結果をクリックした後にシートを追加し、スポンサー付き Instagram 投稿をクリックした後にチェックアウトします。新しいポリシーでは、スポンサー検索結果のパートナーが、チェックアウト前に顧客が最後のアイテム（シート）をカートに追加するきっかけを作っているため、現在はすべてのコンバージョンを受け取っています。

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

</details>

{% hint style="info" %}
**このクレジットポリシーはどうやって申請しますか？** CSM（または [サポートにお問い合わせください](https://app.impact.com/support/portal.ihtml?createTicket=true)) Last to Cart クレジットポリシーを有効にすることについて話し合うために。 このポリシーを使いたい理由と、すべてのパートナーが Last to Cart を使用するのかどうか（そうでない場合は、1つのジャーニーに複数のポリシーがあるとき、どのポリシーを優先すべきか）を共有するとよいでしょう。
{% endhint %}


---

# 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-to-cart-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.
