> 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-explained/tracking-link-parameters-explained.md).

# 跟踪链接参数说明

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

你想要在广告跟踪链接中传递的任何参数都通过你的 [网关跟踪设置](/brand/zh/what-would-you-like-to-learn-about/account-administration/program-settings/tracking-settings/configure-gateway-tracking-settings.md)，但以下情况除外： *共享 ID* 和 *Param* 参数。这两个参数必须由你的合作伙伴添加到跟踪链接中；当你希望传递并在 impact.com 报告中显示更多跟踪数据时，它们对你很有用。

合作伙伴也有一个类似的参数，称为 *Sub ID*。这仅用于他们自己的跟踪目的，除非他们向你发送报告，否则你无法查看这些数据。

#### Shared ID 与 Param 参数

{% tabs %}
{% tab title="Shared ID 参数" %}
该 *共享 ID* 是合作伙伴可以传递给你的两种参数中更简单的一种。此参数的跟踪数据会与你和你的合作伙伴共享，双方都不依赖对方即可查看跟踪结果。合作伙伴通常也更愿意讨论通过 Shared ID 传递哪些信息对合作关系最有价值。
{% endtab %}

{% tab title="Param 参数" %}
*Param 参数* 的工作方式与 Shared ID 非常相似，但合作伙伴不会在 impact.com 报告中看到传递的数据。此参数的跟踪数据默认仅你可见，不过你可以通过向他们发送自定义 [高级操作列表](/brand/zh/what-would-you-like-to-learn-about/platform-features/multi-program-reports/performance-reports-for-brands/advanced-action-listing-report.md) 报告。
{% endtab %}
{% endtabs %}

|          |                                             |                               |
| -------- | ------------------------------------------- | ----------------------------- |
| **详情**   | **共享 ID**                                   | **Param 参数**                  |
| 实施难度     | 简单                                          | 中等                            |
| 谁控制传递的内容 | 合作伙伴                                        | 合作伙伴                          |
| 如何实施     | impact.com 合作伙伴界面                           | 合作伙伴手动将其附加到跟踪链接               |
| 谁查看结果    | 品牌方和合作伙伴                                    | 默认由品牌方查看，但可以向合作伙伴发送包含跟踪结果的报告。 |
| 字符限制     | 255 个字符                                     | 255 个字符                       |
| 相关品牌方报告  | <p>• 按合作伙伴 Shared ID 的表现</p><p>• 高级动作列表</p> | • 高级动作列表                      |

{% hint style="info" %}
**注意：** 如果合作伙伴不知道如何将 Param 参数添加到跟踪链接中，你可以向他们发送这篇关于 [Sub ID、Shared ID 和 Param 参数](/partner/zh/nin-xiang-liao-jie-shen-me/platform-features/tracking/tracking-links/link-parameters/sub-id-and-shared-id-parameters-explained-for-partners.md).
{% endhint %}

#### 这些参数如何工作

当客户点击一个附加了 Shared ID 或 Param 参数的 impact.com 跟踪链接时，额外的跟踪数据会传递到 impact.com 的跟踪服务器并存储。随后，impact.com 会将该点击与对应的操作关联起来。

{% hint style="info" %}
**示例：** `https://trackingdomain.net/c/mpid/adid/campaignid?`**`parameter=value`**
{% endhint %}

在上面的示例中：

* **trackingdomain.net** 是 impact.com 提供的唯一跟踪域名。
* **mpid** 是该跟踪链接所关联的合作伙伴 ID。
* **adid** 是 impact.com 分配给该广告的 ID。
* **campaignid** 是该跟踪链接所关联的项目 ID。
* **parameter=value** 指附加的 Shared ID 或 Param，它会传递额外的跟踪数据并由 impact.com 报告。

**查看已传递参数的报告**

一旦你的合作伙伴在跟踪链接中添加了 Shared ID 或 Param 参数，你就可以在 [高级行动列表报告](/brand/zh/what-would-you-like-to-learn-about/platform-features/multi-program-reports/performance-reports-for-brands/advanced-action-listing-report.md).

* 针对 *共享 ID* 参数，只需从报告筛选器中选择你想查看的参数值。
* 针对 *Param* 参数，只需通过 *显示* 下拉筛选器添加所需的列。


---

# 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/tracking-explained/tracking-link-parameters-explained.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.
