# impact.com 跟踪方法与术语说明

<a href="https://pxa.impact.com/student/path/1099652-impact-com-product-training-fundamentals-certification-path?debug=true%3Futm_source%3Dapp.impact.com&#x26;utm_campaign=help-center&#x26;utm_content=fund-lp-150&#x26;utm_medium=owned-platform" class="button primary">参加 PXA 课程（基础）</a><a href="https://pxa.impact.com/student/activity/1117597?debug=true?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>

本文介绍 impact.com 上可用的各种跟踪方法，包括像素跟踪、非像素跟踪（API 和 FTP）以及 CPC 跟踪。了解每种方法的工作原理，以及如何实施它们来跟踪转化并优化您的效果型活动。

#### 像素跟踪

像素跟踪是 impact.com 效果型项目的标准跟踪方法。一个 1x1 的透明 JavaScript 图像像素会放置在转化页面的 HTML 正文中（有时称为“感谢页面”或“确认页面”），并与 impact.com 的 [Universal Tracking Tag](/brand/zh/what-would-you-like-to-learn-about/platform-features/tracking/javascript-tag-tracking/tracking-with-universal-tracking-tag-utt.md) 和 Identify 脚本协同工作。这些脚本使用一个 `trackConversion` 函数在记录转化时通知 impact.com。

impact.com 的像素跟踪通过 JavaScript 设置 cookie，这可能不符合 [智能防跟踪（ITP）](https://webkit.org/tracking-prevention-policy/) ，这意味着使用 Safari 的访问者无法被准确跟踪。impact.com 通过提供具有唯一跟踪域的自定义跟踪环境来解决这一无法跟踪的问题。更多信息请参阅我们的 [博客文章](https://impact.com/partnerships/safaris-done-it-again-what-you-need-to-know-about-itp-2-2/) 。

#### 非像素跟踪

非像素跟踪包括两种方法： *API 跟踪* 和 *FTP 跟踪*:

|            |                                                                                                                                                                                                                                                                                                                                                     |
| ---------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **API 跟踪** | <p>API 跟踪（有时称为“无 cookie 跟踪”或“服务器到服务器跟踪”）是一种非像素跟踪方法，使用 impact.com API 报告转化。API 跟踪完全符合 ITP 标准，并且正成为品牌的标准且推荐的跟踪解决方案。</p><p>使用我们的 API 跟踪解决方案，当访客点击跟踪链接时，您会向 impact.com 发送一条包含该访客匿名数据的 API 调用。当访客完成转化时，您会再次向 impact.com 发送一条包含转化页面上转化匿名数据的 API 调用，impact.com 将把转化数据与跟踪链接点击数据进行比对，以建立归因。</p><p>impact.com 使用确定性身份图谱遍历大量标识符，以确保我们能为该转化访客的旅程找到每一个相关匹配项。</p> |
| **FTP 跟踪** | <p>FTP 跟踪是“服务器到服务器跟踪”的另一种形式，它使用 FTP 服务器来接收或推送跟踪数据。作为品牌方，您需要收集网站访客在转化前后两方面的数据。许多品牌会将这些数据存储在第一方 cookie 中。</p><p>然后，您将创建一个包含您网站上发生的所有转化的 .CSV 文件，并通过 FTP 将其提交给 impact.com。impact.com 随后将比较 <code>ClickID</code> 和其他数据点，以将功劳归因给合作伙伴并显示在报告中。</p>                                                                                                         |

#### CPC 跟踪

按点击付费（CPC）跟踪是用于 CPC 项目的跟踪方法。impact.com 的最新版本 CPC 让您能够创建复杂的分成，例如根据执行点击的网页浏览器、地理位置或设备类型进行扩展的合作伙伴分成。这使您能够以只有非常特定类型的点击才会被计入的方式来构建合同条款。

设置点击跟踪器（也称为点击事件类型）与设置其他类型的事件类型类似，但您无需在网站上放置跟踪代码。请联系您的 CSM 寻求设置点击事件类型的帮助，并参考 [使用 CPC V2 设置您的点击分成规则](/brand/zh/what-would-you-like-to-learn-about/platform-features/contracts-and-template-terms/template-terms/set-your-click-payout-rules-with-cpc-v2.md) 以获取设置自定义分成规则的帮助。

#### 其他跟踪方法

如果您使用 Shopify 来支持销售，impact.com 提供一个连接器应用，它使用经过修改的像素跟踪方法来 [与 Shopify 集成](https://integrations.impact.com/impact-brand/docs/shopify)。根据您的设置和需求，此集成还可以使用唯一跟踪域以保持符合 ITP 标准。


---

# Agent Instructions: 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-explained/impactcom-tracking-methods-and-terminology-explained.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.
