> 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/tracking-efficacy/causes-of-tracking-loss.md).

# 跟踪丢失的原因

跟踪损失的计算方式是以下两者之间的差值： *发起的点击* （跟踪链接上的点击次数）和 *可归因点击* （用户成功到达着陆页的次数）。跟踪损失有多种原因，其中一些可以识别和控制，另一些则可以预期，但仍应予以承认。

该 [跟踪有效性报告](/brand/zh/what-would-you-like-to-learn-about/platform-features/tracking/tracking-efficacy/tracking-efficacy-report.md) 可以让你概览程序中的跟踪损失。

<details>

<summary>可控原因</summary>

| 原因      | 说明                                                                                                                                              |
| ------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
| 广告拦截器   | 使用广告拦截器或隐私扩展的用户可能会阻止跟踪标签加载到他们的设备上，从而无法跟踪其活动。这一限制不适用于服务器端跟踪方法；后者从网站服务器而不是用户设备收集数据。                                                               |
| 缺少用户同意  | 由于隐私顾虑和法规，用户越来越可以选择拒绝跟踪。如果用户未提供跟踪同意，就无法收集其数据，从而导致整体跟踪数据出现缺口。对于已实施同意控制的地区，预计跟踪有效性会更低。请注意，在某些情况下，合作伙伴可能基于合法利益被跟踪，而无需明确同意。请检查你是否在同意管理平台中考虑了合作伙伴类型。 |
| 跟踪集成问题  | impact.com 集成中的问题可能包括：标签加载缓慢、页面级错误、查询字符串参数的持续保留、标签实施问题，以及验证后的站点更改等。                                                                             |
| 跟踪的条件执行 | 如果你没有在每次点击 impact.com 跟踪链接后为每个着陆页加载 UTT 或发起 Page Load API 请求，那么在着陆页上有条件地执行跟踪脚本会影响跟踪有效性得分。推荐的实施方式是为你网站/应用的所有用户在所有页面上执行跟踪。                        |

</details>

<details>

<summary>不可控原因</summary>

| 原因     | 说明                                                                                     |
| ------ | -------------------------------------------------------------------------------------- |
| 跳出     | 当用户迅速离开或从着陆页“跳出”时，跟踪标签可能没有足够时间加载并在用户离开前捕获必要的用户数据。                                      |
| 非人类流量  | 无效点击可能由机器人生成——这类自动化程序旨在模仿人类行为，往往会产生虚假展示和点击数据。impact.com 会过滤掉部分来自数据中心的点击，但更复杂的机器人仍可能保留。 |
| 用户延迟问题 | 较慢的用户连接速度或服务器响应时间可能导致跟踪问题。如果用户的连接较慢，跟踪标签可能在他们离开页面之前尚未加载。                               |

</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:

```
GET https://help.impact.com/brand/zh/what-would-you-like-to-learn-about/platform-features/tracking/tracking-efficacy/causes-of-tracking-loss.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
