> 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/piggyback-pixels/manage-partner-piggyback-pixels-as-a-partner.md).

# 作为合作伙伴管理回传像素

通常，当发生转化时，信息会从你的品牌网站传到 impact.com 的内部系统，然后再传给你。这种 2 步传输可能会在你带来的转化出现在报表中之前造成轻微延迟。piggyback 像素可作为一种捷径，直接从品牌网站拦截这些数据。 [了解更多](/partner/zh/nin-xiang-liao-jie-shen-me/platform-features/tracking/piggyback-pixels/partner-piggyback-pixels-overview.md).

## 管理您的附加像素

1. 在顶部导航栏中，选择 **发现 →** [**我的品牌**](https://app.impact.com/secure/mediapartner/marketplace/new-campaign-marketplace-flow.ihtml#joinState=joined\&sortBy=salepercent\&sortOrder=DESC).
2. 选择您要为其管理附加像素的品牌，然后选择 ![](/files/415454cc8dfd26b2941ac01e208ec83a66e2501b) **更多** → **跟踪集成**.
3. 对于您要管理附加像素的事件类型（原为 action tracker），在 *动作* 列中，选择 ![](/files/a9517a60946f0f86dabf7c2dbae09cb519d9f0b7) **\[下拉菜单]** → **编辑**.
4. 阅读通知并选择 **我已了解，继续**.
5. 选择跟踪像素类型。
6. 添加跟踪像素代码或图片源 URL。
7. 如果您想为附加像素添加更多参数，请选择 **显示/隐藏可选参数**。请参阅 *可选 URL 参数* 以了解更多信息。
8. 选择 **保存**.
   1. 当带有附加像素的确认页面加载时，像素会将其跟踪到的数据发送到跟踪软件，并使用浏览器 cookie 将您链接到订单确认。
   2. 请记住，附加像素只需要浏览器 cookie 即可触发，因此您可能会遇到误报和漏报。这可能会导致模板条款未满足、最后一次点击未被记录以及其他不正确的报告。

{% hint style="success" %}
**注意：** 如果在动作锁定周期结束前未更正，误报动作可能会失效。其他失效事件包括使用重复的订单 ID 进行注册、超出动作重复的模板条款，以及品牌与合作伙伴之间缺少有效的模板条款，这通常是由于附加像素误触发造成的。
{% endhint %}

### 可选 URL 和商品级参数参考

URL 可以包含可选参数值。这些参数在 URL 加载时会动态替换为实际值。

所有 URL 参数都围绕同一个 URL 模板构建，即 `https://www.domain.com?[Parameter]={Example}`。当调用 URL 时， `{Example}` 将填充为 `[Parameter]` 值所请求的数据。

<details>

<summary>URL 参数参考</summary>

| URL 参数                | 说明                                   |
| --------------------- | ------------------------------------ |
| {CampaignId}          | 您的合作品牌的 ID。                          |
| {ActionTrackerId}     | 您要添加附加像素的 action tracker 的 ID。       |
| {MediaPartnerId}      | 合作伙伴的 ID（也就是您）。                      |
| {SaleAmount}          | 该动作的销售金额，使用品牌偏好的货币表示。此项只能针对销售动作进行跟踪。 |
| {Currency}            | 该动作的原始货币，也就是用于购买产品或服务的货币。            |
| {Network\_SaleAmount} | 该动作产品的金额，使用品牌偏好的货币表示。此项只能针对销售动作进行跟踪。 |
| {PromoCode}           | 该动作的促销代码。                            |

</details>

* 商品级参数也可以添加到您的附加像素中。这些参数会告诉您有关实际售出的内容、售出数量等更多信息。
* 与 URL 参数类似，商品级参数也围绕一个模板构建。在这种情况下，格式为 `{join(items,i,"[Function]{i}={i.[Function]}","&","?")}`。您想要跟踪的任何商品级参数都需要替换 `[Function]`.
* 例如，如果您想跟踪已售商品的 sku 编号，您的参数将是 `{join(items,i,"sku{i}={i.sku}","&","?")}` 并将生成 `?sku1=[sku 1 number]&sku2=[sku 2 number]...` 并根据该动作中售出的商品数量继续。


---

# 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/piggyback-pixels/manage-partner-piggyback-pixels-as-a-partner.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.
