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