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

苹果 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 不应影响您的程序。

#### Universal Tracking Tag (UTT)

如果您使用 UTT 作为跟踪解决方案，请验证您的 *Program 跟踪模板* 具有 `irclickid = {clickid}` 作为附加到着陆页的查询字符串参数之一。

**广告系列跟踪模板**

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

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

1. 在浏览器开发者工具的 Network 面板/选项卡中，将您网站的 URL 复制到浏览器地址栏中并按下 **回车**.
2. 在 Network 面板中，按以下内容筛选请求列表： **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.
