> For the complete documentation index, see [llms.txt](https://docs.wicle.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wicle.io/analytics/funnel/detail-funnel.md).

# ステップ詳細の見方

ステップカードを選択すると、画面右側にインスペクタが開きます。インスペクタは`条件`タブと`ユーザー`タブで構成されています。

## 条件タブ <a href="#condition-tab" id="condition-tab"></a>

### ステップ名 <a href="#step-name" id="step-name"></a>

選択中ステップの名前を編集できます。

### 条件 <a href="#conditions" id="conditions"></a>

ステップの検索条件です。ボタンをクリックするとイベント検索モーダルが開き、条件の編集ができます。条件未設定の場合は`条件未設定`と表示されます。

検索条件の仕様は[イベントを検索する](/analytics/event/search-event.md)と同様です。

### 接続条件 <a href="#connect-condition" id="connect-condition"></a>

前ステップとの関係を次の項目で設定します。

| 項目       | 説明                                                           |
| -------- | ------------------------------------------------------------ |
| 対象ユーザー   | `到達` / `未到達`。前ステップに到達したユーザーを母集合にするか、到達しなかったユーザーを母集合にするかを選びます |
| タイミング    | 前ステップのイベントとの前後関係で集計対象を絞ります                                   |
| 最大時間差（分） | 前ステップからの経過時間の上限です。空欄の場合は制限なしです                               |

{% hint style="info" %}
開始ステップとその直下では、対象ユーザーは`到達`固定です。タイミングや時間差の詳細は[高度な条件設定](/analytics/funnel/advanced-condition.md)をご覧ください。
{% endhint %}

### 推移 <a href="#trend" id="trend"></a>

集計結果があるときに、ステップの到達状況を時系列のトレンドチャートで表示します。期間上のポイントを選択すると、その時点に対応するユーザー一覧などに反映されます。

## ユーザータブ <a href="#users-tab" id="users-tab"></a>

### コホート <a href="#cohort" id="cohort"></a>

到達状況とコンバージョン状況でユーザー群を切り替えられます。

* `到達` / `未到達` … ステップへの到達有無
* `コンバージョン` / `非コンバージョン` … CV設定がある場合、到達・未到達それぞれの中でさらに切り替えられます

選択を変更すると、下のユーザー一覧が更新されます。

到達数・未到達数には前段比（前ステップの母数に対する割合）も表示されます。

### ユーザー一覧 <a href="#user-list" id="user-list"></a>

選択中のコホートに合致するユーザーが一覧表示されます。

| カラム       | 説明                    |
| --------- | --------------------- |
| ユーザー      | ユーザー情報                |
| イベント発生回数  | 該当ステップでのイベント発生回数      |
| 最初のイベント日時 | 該当ステップで最初にイベントが発生した日時 |
| 最後のイベント日時 | 該当ステップで最後にイベントが発生した日時 |

* `さらに読み込む`で追加のユーザーを読み込めます
* ユーザーをクリックすると、n1ユーザー画面が開き、セッションリプレイや行動ログを確認できます


---

# 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://docs.wicle.io/analytics/funnel/detail-funnel.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.
