> 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/chained-action-reports/chained-action-reports.md).

# 链式动作报告

有 3 个报告专门使用链式操作数据： *高级操作列表*, *活动漏斗*，以及 *链式操作列表*.

#### 高级操作列表

如果你想查看某个特定客户及其关联的所有事件，高级操作列表会很有用。为此，你将使用 *客户 ID* 筛选器一起使用。

你可以按照以下步骤找到该客户的报告和转化数据：

1. 从左侧导航栏中，选择 ![](/files/209022bdb234289211a24a980f6227a8684cc439) **\[Engage] → 报告 → 更多报告**.
2. 从 *类别* 搜索栏旁边的筛选器中，选择 **绩效**.
3. 选择 **高级操作列表** 以查看报表。
4. 选择 *客户 ID* 筛选并输入你想查看转化数据的客户 ID。

   <div data-with-frame="true"><figure><img src="/files/ed3c5e3483b8f138c9aef785e3c54b54c335ed28" alt=""><figcaption></figcaption></figure></div>

#### 活动漏斗

该活动漏斗报告按点击引荐日期汇总，显示每个漏斗级别的转化数量。此报告不会将反向操作与可播放操作区分开。

你可以使用屏幕右上角的按钮来安排、保存或检索（通过 API）你在此创建的任何报告。

1. 从左侧导航栏中，选择 ![](/files/209022bdb234289211a24a980f6227a8684cc439) **\[Engage] → 报告 → 更多报告**.
2. 从 *类别* 搜索栏旁边的筛选器中，选择 **绩效**.
3. 选择 **漏斗表现** 以查看报表。
4. 导航到事件类型列（例如， *销售*）并选择该值。
   * 你将下钻到活动漏斗报告 - 按最近一次点击日期分类的转化列表。

#### 链式操作列表

链式操作列表报告显示给定一组父子链式操作的链式操作列表。

你可以 **安排**, **保存**，或 **检索** 你可以使用屏幕右上角的按钮通过 API 检索你在此创建的任何报告。

1. 从左侧导航栏中，选择 ![](/files/209022bdb234289211a24a980f6227a8684cc439) **\[Engage] → 报告 → 更多报告**.
2. 从 *类别* 搜索栏旁边的筛选器中，选择 **列表**.
3. 选择 **链式操作列表** 以查看报表。
4. 在报告标题下方，设置筛选条件并选择 ![](/files/34cdd2217d627a308c301c2567d5dfe7d669a2cc) **\[搜索]**.
   * 您可以选择 **显示** 并选择 *共享 ID、SubId1、SubId2 或 SubId3* 以查看相关信息。


---

# 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/chained-action-reports/chained-action-reports.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.
