> 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/set-up-tracking/determine-your-programs-itp-compliance.md).

# 确定你项目的 ITP 合规性

<a href="https://pxa.impact.com/student/activity/1117597?sid=0c0e3e5c-54c9-4435-9bee-ebcdccb7f292&#x26;sid_i=0?utm_source=app.impact.com&#x26;utm_medium=owned-platform&#x26;utm_content=tra-350&#x26;utm_campaign=help-center" class="button primary">参加 PXA 课程</a>

Apple Safari 浏览器（桌面版和移动版）包含 *智能跟踪保护* （ITP），它会阻止第三方 Cookie。在某些情况下，这可能会影响您的项目的跟踪和归因能力。 [了解有关 ITP 的更多信息](https://impact.com/marketing-intelligence/get-the-faqs-on-itp-and-know-youre-a-ok-on-impact/).

#### ITP 与 impact.com 一览

* 如果您通过传统像素、iframe 或图片进行转化跟踪，ITP 会影响您的跟踪——您需要迁移到其他 impact.com 跟踪集成，才能符合 ITP 要求。
* 如果您使用 API、FTP/电子邮件或电子商务插件跟踪集成，您已经符合 ITP 要求。
* 如果您使用通用跟踪标签（UTT）来跟踪和报告转化，请确认您的配置与下面的说明一致。

#### 自定义跟踪域名

在大多数情况下， *自定义跟踪域名* 如果它们与您的网站位于同一域名上，则已经符合 ITP 要求——跟踪不会使用第三方 Cookie。请按照以下步骤查看您配置的跟踪域名。

1. 从顶部导航栏中，选择 ![](/files/34cff7cafbbfcd416778a35b63cb058c27bcda8b) **\[用户资料] → 设置**.
2. 在右侧栏中，前往 *跟踪* 部分并选择 [常规](https://app.impact.com/secure/advertiser/tracking-settings/general-trackingsettings-flow.ihtml?).
3. 在 *通用跟踪设置* 屏幕中，找到 **跟踪域名** 条目。

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

自定义域名 URL 应与您的网站位于同一域名上（例如， `goto.example.com` 配置 `example.com`），而 impact.com 域名会更短（例如， `pxf.io`, `sjv.io`等）。如果您有一个与您网站域名匹配的自定义跟踪域名，ITP 不应影响您的项目。

#### 通用跟踪标签（UTT）

如果您使用 UTT 作为跟踪解决方案，请确认您的 *项目跟踪模板* 包含 `irclickid = {clickid}` 作为附加到落地页的查询字符串参数之一。

**活动跟踪模板**

1. 从顶部导航栏中，选择 ![](/files/34cff7cafbbfcd416778a35b63cb058c27bcda8b) **\[用户资料] → 设置**.
2. 在右侧列的 *跟踪* 部分下，选择 [网关](https://app.impact.com/secure/advertiser/tracking-settings/gateway-trackingsettings-flow.ihtml?).
3. 找到 *项目跟踪模板* 条目。确认已配置一个查询字符串参数 **完全相同（区分大小写）** 以 `irclickid = {clickid}`.
4. 如果您已做出任何更改，请选择 **保存**；否则请选择 **取消**.

**验证 UTT 是否正在触发**

1. 打开浏览器开发者工具并切换到 Network 面板/选项卡，将您网站的 URL 复制到浏览器地址栏中，然后按 **回车**.
2. 在网络面板中，将请求列表筛选为 **Impact**.
3. 如果 UTT 正在触发，您会看到来自 `utt.impactcdn.com` 的请求，并带有一个唯一命名的 JavaScript 文件。
4. 导航到您网站上的其他页面，并验证这些页面上也正在触发 UTT。
5. 使用不同的浏览器重复步骤 1–4（如果您可以使用 MacOS，请尝试使用 Safari 验证 UTT 是否显示）。


---

# 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/set-up-tracking/determine-your-programs-itp-compliance.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.
