> 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/contracts-and-template-terms/referral-window-explained.md).

# リファラルウィンドウの解説

リファラル（またはCookie）の期間は、パートナー主導のクリックまたはイベントの後に開始されます。顧客がその期間内に購入すると、impact.comがそのパートナーにクレジットを付与します。このタイミングを理解することで、アトリビューションを予測し、異議を解決しやすくなります。

```mermaid
flowchart LR
    A[顧客が\nパートナーリンクをクリック] --> B[リファラル期間\nタイマー開始]
    B --> C{顧客がコンバージョンしますか？}
    C -->|期間内| D[コンバージョンが\nパートナーに帰属]
    C -->|期間終了後| E[コンバージョンは\n帰属されない]
```

## リファラル期間の設定

* **契約単位の設定** — 各 [契約](/brand/ja/what-would-you-like-to-learn-about/platform-features/contracts-and-template-terms/template-terms/create-template-terms.md) あなたとパートナー間の契約ごとに、それぞれ独自のリファラル期間が定義されます。
* **アクション日ロジック** — 適用されるリファラル期間は、対応する追跡アクションが発生した時点で有効だった契約（アクション日）によって決まります。
* **リファラル期間は有効な契約に従う** — アクション日に有効だった契約が、そのアクションのリファラル期間を決定します。たとえその後契約が更新または置き換えられていても同様です。

## 契約の更新がリファラル期間に与える影響

更新すると [契約のリファラル期間を](/brand/ja/what-would-you-like-to-learn-about/platform-features/contracts-and-template-terms/template-terms/modify-template-terms.md) または [パートナーを新しい契約に移す](/brand/ja/what-would-you-like-to-learn-about/platform-features/contracts-and-template-terms/contracts/replace-a-partners-contract.md)、変更は新しい契約の開始日以降に発生したアクションに適用されます。前の契約の下で発生したアクションには、その時点で適用されていた期間が保持されます。

| クリック日 | 有効な契約            | 紹介期間 | コンバージョン期限 |
| ----- | ---------------- | ---- | --------- |
| 5月20日 | 現在の契約（5月15日～31日） | 15日  | 6月4日      |
| 6月5日  | 次の契約（6月1日以降）     | 1日   | 6月6日      |

この例では、5月20日にパートナーリンクをクリックした顧客には15日間の期間があるため、impact.comは6月4日までのコンバージョンに対してパートナーにクレジットを付与します。6月5日にクリックした顧客には1日間の期間があるため、impact.comは6月6日までのコンバージョンにのみパートナーへクレジットを付与します。

## これが重要な理由

* **予測可能なアトリビューション** — 期間はアクション日に固定されるため、その後の契約変更に関係なく、いつコンバージョンがクレジットされるか、またはされないかをあなたとパートナーの双方が正確に計算できます。
* **公正なパートナー報酬** — パートナーは、トラフィックを発生させた時点で合意していた条件に基づいて報酬を受けます。後からの契約更新に基づくものではありません。
* **コンバージョンが見つからない場合のトラブルシューティング** — コンバージョンが期待どおりに帰属されない場合は、そのクリックが現在の契約よりも短い期間の契約下で発生していないか確認してください。


---

# 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/contracts-and-template-terms/referral-window-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.
