> 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 クレジットポリシーの解説

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 には手動の [ユニバーサル トラッキング タグ（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.
