> 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/actions-and-payouts/actions/track-your-conversion-funnel-using-chained-actions.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>

链式操作可让你通过关联父级和子级操作来跟踪事件漏斗。此功能适合希望跟踪包含多个步骤的转化漏斗的品牌。

{% hint style="info" %}
**示例：**

某个合作伙伴促成了试用会员注册（父级操作），随后同一客户转化为付费会员（子级操作）。impact.com 会跟踪这两个操作及它们彼此之间的关系。

一位音乐博主促成了某个平台上的初始订阅（父级操作），并在接下来的几个月中带来持续续订（子级操作）。
{% endhint %}

{% hint style="info" %}
**注意：** 你只能关联在创建账户时已设置好的操作。若要关联你现有的操作，请联系 [支持](https://app.impact.com/secure/advertiser/support/customer-support-portal-flow.ihtml).
{% endhint %}

#### 运作方式

* 父级操作先发生，且必须在子级操作之前被跟踪；否则，你可能会破坏事件链，并且无法将转化归因给相关合作伙伴。
* 子级操作通过共享的客户 ID 关联到父级操作，这可确保转化归因给促成父级事件的合作伙伴。只有通过此客户 ID 才能进行操作关联，并且必须在父级和子级操作中都传递该 ID。
* 如有需要，父级和子级操作都可以单独撤销。

impact.com 也支持使用链式操作构建包含 2 个或更多事件的多步骤漏斗。请联系 [支持](https://app.impact.com/secure/advertiser/support/customer-support-portal-flow.ihtml) 以获得更多帮助，从而更深入了解更复杂的链式操作。

{% hint style="info" %}
**注意：** 有关字段示例和可接受参数列表，请参阅 impact.com 的 [字段参考](https://integrations.impact.com/brand-api-reference/reference/action-and-conversion-field-references) 以及模板。我们建议咨询你的 CSM，以确定哪些具体参数最能优化你的转化数据模板。
{% endhint %}

#### 了解更多

* [修改父级和子级事件类型](/brand/zh/what-would-you-like-to-learn-about/platform-features/actions-and-payouts/chained-action-reports/modify-parent-and-child-event-types.md)
* [什么是推荐窗口？](/brand/zh/what-would-you-like-to-learn-about/platform-features/actions-and-payouts/chained-action-reports/referral-windows-for-chained-action-reports-explained.md)
* [链式操作报告](/brand/zh/what-would-you-like-to-learn-about/platform-features/actions-and-payouts/chained-action-reports/chained-action-reports.md)


---

# 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/actions-and-payouts/actions/track-your-conversion-funnel-using-chained-actions.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.
