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

# Stand-Down 政策说明

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) **\[互动]** → **合同** → **模板条款**.
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.
