> 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/partner/zh/nin-xiang-liao-jie-shen-me/platform-features/tracking/tracking-links/link-parameters/param-parameters-explained.md).

# Param 参数说明

当品牌方要求你在跟踪链接中传递额外的跟踪值时，请使用 Param 参数。这些值有助于品牌方报告特定流量或客户数据。除非品牌方授予访问权限，否则你通常无法在自己的报告中查看这些值。

#### 追加一个 Param 参数

在你将素材代码部署到网站之前，必须先将 Param 参数手动追加到你的 impact.com 跟踪链接中。

1. 在顶部导航栏中，选择 **内容 →** [**资产**](https://app.impact.com/secure/mediapartner/ads/searchAdsDirectoryMP.ihtml).
2. 找到该素材，然后选择其代码选项，例如 **获取广告代码** 或 **获取电子邮件代码**.
3. 在滑出面板中，保持 **资产代码** 选项卡处于选中状态，然后选择 **复制代码**.
4. 将代码粘贴到文本编辑器中。找到复制代码中将用户发送到品牌方的 URL，然后在该 URL 末尾追加 Param 参数。
   * 根据素材类型，此 URL 可能出现在一个 `href=` 值中， `src=` 值中，或其他链接字段中。
   * 仅将 Param 值追加到复制代码中的跟踪链接 URL。不要更改代码的任何其他部分。
   * 如果跟踪链接中尚未包含问号（`?`），就在第一个 Param 参数前加上一个。若跟踪链接已包含参数，则在 Param 参数前添加与号（`&`).
   * 将问号放在完整 URL 路径之后。 `https://www.tracking.net/c/1234567/654321/4321?param1=value&param2=another_value`
   * 如果 URL 以正斜杠（`/`），则将问号放在该斜杠后面。

     `https://www.tracking.net/c/1234567/654321/4321/?param1=value&param2=another_value`
5. 将更新后的代码放在你计划投放该素材的位置。

你的合作品牌方通常会告诉你，他们是否需要你在跟踪时向他们传递 Param 参数。如果你需要帮助创建 Param 参数， [联系支持](https://app.impact.com/support/portal.ihtml).

{% hint style="success" icon="memo" %}
**注意**：除非你获得品牌方的许可，否则无法查看 Param 参数的报告。如果你想查看 Param 参数的报告，请联系你的品牌方，然后 [联系支持](https://app.impact.com/support/portal.ihtml?createTicket=true) 并附上你与品牌对话的截图。
{% endhint %}

你可以向品牌方传递多个 Param 参数：

| 参数名称                   | 说明                                                                          | 格式 / 示例         |
| ---------------------- | --------------------------------------------------------------------------- | --------------- |
| param1                 | 自定义跟踪值。                                                                     | 字符串（255 个字符）    |
| param2                 | 自定义跟踪值。                                                                     | 字符串（255 个字符）    |
| param3                 | 自定义跟踪值。                                                                     | 字符串（255 个字符）    |
| param4                 | 自定义跟踪值。                                                                     | 字符串（255 个字符）    |
| googleaid              | 仅限应用内参数。由 Google Play 服务提供的 Google Advertising Identifier。                  | UUID            |
| appleifa               | 仅限应用内参数。Apple 的广告标识符。需要用户同意。                                                | UUID            |
| deviceID               | 仅限应用内参数。用于在移动应用中推广时的设备标识符。当品牌的移动应用跟踪设置需要一个超出 `googleaid` 或 `appleifa`.      | 字符串             |
| u                      | 落地页覆盖，也称为“深度链接”。如果未指定，则落地页 URL 由素材或程序 URL 设置决定。在延迟深度链接中，此链接会在安装后将用户发送到相关产品。 | 已编码 URL         |
| partnercustid          | 合作伙伴客户 ID 可帮助 impact.com 更好地跨设备识别用户，并执行更准确的归因。                              | URL 编码字符串       |
| sharedid               | 会展示给品牌方并包含在报告中的自定义合作伙伴跟踪值。仅使用字母和数字。请勿使用空格或特殊字符。                             | 字母数字，最多 255 个字符 |
| subid1, subid2, subid3 | 仅适用于合作伙伴报告并包含在其中的自定义合作伙伴跟踪值。                                                | URL 编码字符串       |


---

# 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/partner/zh/nin-xiang-liao-jie-shen-me/platform-features/tracking/tracking-links/link-parameters/param-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.
