> 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/zh/what-would-you-like-to-learn-about/platform-features/actions-and-payouts/chained-action-reports/referral-windows-for-chained-action-reports-explained.md).

# 链式行动报告中的引荐窗口说明

你需要注意有 2 个推荐窗口： *链式操作推荐窗口* 和 *点击推荐窗口*. 推荐窗口只能在 *模板条款* 部分中的 **合同** 左侧导航菜单中。

1. 在左侧导航菜单中，选择 ![](/files/209022bdb234289211a24a980f6227a8684cc439) **\[Engage]** → **合同**.
2. 选择 **模板条款**. 你可以修改或设置模板条款，并指定推荐窗口。

了解更多关于 [合同和模板条款](/brand/zh/what-would-you-like-to-learn-about/platform-features/contracts-and-template-terms/learn-about-template-terms-and-contracts.md).

{% tabs %}
{% tab title="链式操作推荐窗口" %}
此链式操作的默认时长为 5 年，因此从跟踪父操作到跟踪某个子操作之间最多可间隔 5 年。超过 5 年后才被跟踪的子操作将不会与其对应的父操作关联。此时间可调整为更短。
{% endtab %}

{% tab title="点击推荐窗口" %}
此链式操作的默认时长为 180 天，因此从合作伙伴带来的首次点击到父操作被跟踪之间最多可间隔 179 天。如果父操作（例如应用安装）发生在首次点击后的 180 天之后，则不会跟踪父操作。根据业务决策以及对你的品牌而言在各事件之间最合理的情况，此时长可调整为更短。
{% endtab %}
{% endtabs %}

<details>

<summary>示例场景</summary>

作为品牌，你希望将推荐窗口设置如下：推荐窗口和点击窗口均设为 45 天。

你还有链式操作：免费试用注册和付费订阅事件。你将批量处理这些付费订阅事件，并将归因策略设置如下：免费试用注册获胜，然后级联到最后一次点击。

如果在 45 天后提交操作，会发生什么？若要在文件于 45 天后发送时仍适用推荐窗口和点击窗口，提交文件时提供的日期必须少于 45 天，或落在所指定的推荐窗口和点击窗口范围内。如果操作日期超过 45 天，impact.com 将将其归因于点击；如果点击窗口也超过 45 天，那么就会报错，并且不会找到推荐来源。

超出两个窗口的操作将产生以下错误原因： `NO_VALID_REFERRERS_FOUND OUTSIDE_ASSOCIATION_WINDOW`. 你可以在 [无效转化](https://app.impact.com/secure/advertiser/engage/actions/admin/integrated/viewReport.report?handle=adv_invalid_conversions) 报告中找到这些操作。

</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/zh/what-would-you-like-to-learn-about/platform-features/actions-and-payouts/chained-action-reports/referral-windows-for-chained-action-reports-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.
