> 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.
