> 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/collect-campaign-data-with-google-analytics.md).

# 使用 Google Analytics 收集活动数据

您可以通过将活动参数添加到您使用的目标 URL 中来收集有关广告活动的信息。这样，您可以跨不同的社交媒体应用跟踪您的活动，也可以跟踪广告的电子邮件或视频版本。

当用户点击推荐链接时，您添加的参数会发送到 Google Analytics，相关数据会显示在 Google Analytics 的活动报告中。了解更多关于 [使用自定义 URL 收集活动数据](https://support.google.com/analytics/answer/1033863) ![](https://1186853034-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwMLlMoFBtKJa8ptd3zaw%2Fuploads%2Fgit-blob-1ab546ef5205b558edc370fc930f0bcbd5500f28%2F14d4634ff37b6478b900d0e3f5d89a3cc35a1a673611cb2d2f40cd7cf208261a.svg?alt=media) ，请访问 Google 的帮助中心。

1. 在顶部导航栏中，选择 ![](https://1186853034-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwMLlMoFBtKJa8ptd3zaw%2Fuploads%2F210dEQa93qyQgoJDkieL%2FUser%20profile.svg?alt=media\&token=f84c5b17-fae4-4a30-990a-9de5e57a150b) **\[用户资料] → 设置**.
2. 在右侧，位于 *跟踪*，选择 **Gateway**.
   * 了解更多关于 [配置网关跟踪设置](/brand/zh/what-would-you-like-to-learn-about/account-administration/program-settings/tracking-settings/configure-gateway-tracking-settings.md).
3. 在下方 *合作伙伴跟踪模板*，添加您希望自动附加到合作伙伴链接中的 UTM 参数。请参阅 *参数参考* 下方，了解可用参数的详细信息。

<details>

<summary>参数参考</summary>

共有 5 个参数 [您可以添加到您的 URL 中](/brand/zh/what-would-you-like-to-learn-about/account-administration/program-settings/tracking-settings/gateway-tracking-templates.md).

| 参数             | 说明                                                                                       | Google Analytics 需要吗？ |
| -------------- | ---------------------------------------------------------------------------------------- | --------------------- |
| `utm_source`   | 用于标识向您的资源发送流量的广告主、网站、出版物等，例如：impact.com、billboard。                                       | 是                     |
| `utm_medium`   | 广告或营销媒介，例如：cpc、banner、电子邮件简报。                                                            | 是                     |
| `utm_campaign` | 用于产品的单个活动名称、标语、促销代码等。                                                                    | 是                     |
| `utm_term`     | 识别付费搜索关键词。如果您手动标记付费关键词活动，还应使用 `utm_term` 来指定关键词。                                         | 否                     |
| `utm_content`  | 用于区分同一广告中的链接。例如，如果您在同一封电子邮件中有两个行动号召链接，您可以使用 `utm_content` 并为每个链接设置不同的值，这样您就可以知道哪些链接被点击了。 | 否                     |

</details>

4. 选择 **保存**.

   <div data-with-frame="true"><figure><img src="https://1186853034-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwMLlMoFBtKJa8ptd3zaw%2Fuploads%2Fb3gpuKE2YhfI91bkGj35%2FScreenshot%202026-05-06%20at%2014.40.39.png?alt=media&amp;token=bb05221d-ba9d-442a-b04f-7143cc2d1018" alt="" width="563"><figcaption></figcaption></figure></div>

#### 示例

Dunder Mifflin Paper Company 正在开展一项春季促销活动，他们使用以下参数来标识流量：

* `utm_campaign = spring-2024` 用于标识整体活动。
* `utm_source = spring2024-mailer` 用于标识由电子邮件活动产生的流量。
* `utm_medium = email` 用于标识来自电子邮件活动的流量，而不是应用内活动。

您的自定义活动 URL 将是：

`https://www.example.com?utm_campaign=spring-2024s&utm_source=spring2024-mailer&utm_medium=email`


---

# 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/collect-campaign-data-with-google-analytics.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.
