> 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/tracking/stand-down-policy-explained.md).

# 暂停政策说明

impact.com 的 [让步政策](https://app.impact.com/pcontent/stand-down-policy.ihtml) 是一项最佳实践，可防止某些合作伙伴——尤其是使用浏览器扩展、工具栏或购物车内解决方案的合作伙伴——在另一位合作伙伴已记录一次点击后干扰购物体验。一旦购物者与跟踪链接（例如来自创作者、内容发布商、返现计划或优惠券网站）互动， `afsrc=1` 参数会自动附加到所有由合作伙伴驱动的流量的落地页 URL 中。任何竞争性扩展都必须退出，不得通过触发弹窗、激活新的跟踪链接或更改客户的购买路径来试图覆盖原始点击。

#### 运作方式

1. 消费者点击了合作伙伴网站上的链接，这会将其带到品牌的落地页。
2. 该 `afsrc=1` 参数会自动附加到落地页 URL。
3. 竞争的合作伙伴（例如浏览器扩展）会检查将消费者重定向过来的链接，并将其识别为 impact.com 跟踪链接。
4. 随后，该扩展必须遵守让步政策，并且不应向该消费者显示任何扩展弹窗。

#### 查看模板条款中的让步政策

您可以通过查看模板条款的 *一般条款* 部分。

1. 从左侧导航栏中选择 ![](/files/209022bdb234289211a24a980f6227a8684cc439) **\[Engage]** → **合同** → **模板条款**.
2. 将鼠标悬停在相关的模板条款上，然后选择 ![](/files/48274f9251fd79e93a99aad7b4393690b07a61c9) **\[更多]** → **查看条款**.
3. 向下滚动到 *一般条款* 部分，然后查找 *让步政策*.

   <div data-with-frame="true"><figure><img src="/files/d5413a14ee575e74f06cd272e39685684d5ece52" alt="" width="563"><figcaption></figcaption></figure></div>

#### 禁用让步政策

{% hint style="warning" %}
**警告：** 默认情况下，您的项目的让步政策已启用，我们建议您保持启用，以建立良好的合作关系。明确说明您遵循让步政策，将为合作伙伴提供更好的机会来保持其作为转化赢家的状态。
{% endhint %}

1. 从顶部导航栏中，选择 ![](/files/34cff7cafbbfcd416778a35b63cb058c27bcda8b) **\[用户资料] → 设置**.
2. 在右侧，位于 *跟踪*下，选择 **常规**.
3. 在 *让步政策* 部分下，选择 ![](/files/d4151d93ed2da7b33e79d07ae02bdd88dbd67390) **\[复选框]** **在所有模板条款中启用让步政策**.
4. 选择 **保存**.


---

# 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/tracking/stand-down-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.
