> 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/ja/what-would-you-like-to-learn-about/platform-features/actions-and-payouts/chained-action-reports/chained-action-reports.md).

# 連鎖アクション レポート

Chained Actionデータを特に使用するレポートは3つあります。 *高度なアクション一覧*, *キャンペーンファネル*、そして *Chained Action一覧*.

#### 高度なアクション一覧

特定の顧客と、その顧客に関連するすべてのイベントを表示したい場合は、Advanced Action Listingが便利です。そのためには、以下を使用します *顧客ID* フィルターと一緒に含めるべきではありません。

次の手順で、その顧客のレポートとコンバージョンデータを確認できます：

1. 左側のナビゲーションバーで、 ![](/files/7ddd72d8e69e7055d9408cf4847c5c54abf9f71d) **\[Engage] → レポート → その他のレポート**.
2. 次の *カテゴリ* 検索バーの横にあるフィルターで、 **パフォーマンス**.
3. 選択します **高度なアクション一覧** レポートを表示します。
4. 次を *顧客ID* フィルターを適用し、コンバージョンデータを表示したい顧客のIDを入力します。

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

#### キャンペーンファネル

Campaign Funnelレポートでは、クリック参照日ごとに集計された各ファネルレベルのコンバージョン数を確認できます。このレポートでは、取り消し済みアクションと実行可能なアクションは区別されません。

画面右上のボタンを使って、ここで作成したレポートをスケジュール設定、保存、または（API経由で）取得できます。

1. 左側のナビゲーションバーで、 ![](/files/7ddd72d8e69e7055d9408cf4847c5c54abf9f71d) **\[Engage] → レポート → その他のレポート**.
2. 次の *カテゴリ* 検索バーの横にあるフィルターで、 **パフォーマンス**.
3. 次を **ファネルパフォーマンス** レポートを表示します。
4. イベントタイプ列（例： *販売*）に移動し、値を選択します。
   * Campaign Funnelレポート - 最終クリック日別コンバージョン一覧にドリルスルーします。

#### Chained Action一覧

Chained Action Listingレポートでは、指定した親子のChained Actionのセットに対するChained Actionの一覧が表示されます。

次の方法があります： **スケジュール設定する**, **保存**、または **取得する** 画面右上のボタンを使って、ここで作成したレポートをAPI経由で取得できます。

1. 左側のナビゲーションバーで、 ![](/files/7ddd72d8e69e7055d9408cf4847c5c54abf9f71d) **\[Engage] → レポート → その他のレポート**.
2. 次の *カテゴリ* 検索バーの横にあるフィルターで、 **一覧**.
3. 選択します **Chained Action一覧** レポートを表示します。
4. レポートタイトルの下で、フィルターを設定して ![](/files/34c3dbe05c1110f13e076d5a5abd0fec57cb1797) **\[検索]**.
   * 選択できます **表示** そして次を選択します *Shared 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/ja/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.
