> 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/other/faq/how-to-use/dashboard-funnel.md).

# ダッシュボードとファネルの使い方

## ダッシュボードとユーザー検索・セグメントはどう使い分けますか？ <a href="#dashboard-vs-search" id="dashboard-vs-search"></a>

`ダッシュボード` は、流入・CV・ページなどの定型的な指標を自動で集計し、すぐに全体像を確認できる画面です。

`ユーザー検索` や `セグメント` は、自由な条件でユーザー群を抽出し、深掘りする機能です。ダッシュボードで気になった点を、検索やセグメントで詳しく分析する流れが基本です。

詳しくは [ダッシュボード](/analytics/dashboard.md) をご覧ください。

## ファネルとイベント検索はどう使い分けますか？ <a href="#funnel-vs-event" id="funnel-vs-event"></a>

`イベント検索` は、単一の条件（AND/ORの組み合わせ）でユーザーやイベントを抽出するのに向いています。

`ファネル` は、複数のステップの `順序` や `タイミング` を伴う行動シナリオの通過率・離脱を可視化したい場合に向いています。

詳しくは [ファネルの概要](/analytics/funnel/overview.md) をご覧ください。

## 「トータルUU」「新規アクティブUU」「直帰率」はそれぞれ何を指しますか？ <a href="#kpi-terms" id="kpi-terms"></a>

`トータルUU` は、新規・リピート・直帰を合わせた全体のユニークユーザー数です。

`新規アクティブUU` は、初めて計測された、活動時間が10秒以上のユーザー数です。

`直帰率` は、活動時間が10秒未満のセッションのみだったユーザーの割合です。

詳しくは [ダッシュボード](/analytics/dashboard.md) をご覧ください。

## CVダッシュボードやCV到達経路分析を使うには何が必要ですか？ <a href="#cv-setup" id="cv-setup"></a>

コンバージョンの設定が必要です。コンバージョンとして設定できるのはカスタムイベントまたはコードレスイベントで、それぞれの作成・編集画面から中間/最終コンバージョンに設定します。設定後、CVダッシュボードやCV到達経路分析で確認できるようになります。

詳しくは [ダッシュボード](/analytics/dashboard.md) と [CV到達経路分析](/analytics/dashboard/cv-path.md) をご覧ください。

## ファネルは、登録した順番どおりに行動しないとカウントされませんか？ <a href="#funnel-order" id="funnel-order"></a>

各ステップの接続条件で、前ステップとのタイミング（以降・以前・同一セッション・すべて など）を指定できます。前ステップからの経過時間の上限を分単位で設定することも可能なため、シナリオに応じて順序を厳密にも緩やかにも設定できます。

詳しくは [高度な条件設定](/analytics/funnel/advanced-condition.md) をご覧ください。

## ファネルで各ステップから離脱したユーザーを確認できますか？ <a href="#funnel-dropoff" id="funnel-dropoff"></a>

はい。ステップを選択してインスペクタの`ユーザー`タブを開き、`到達` / `未到達`、および`コンバージョン` / `非コンバージョン`でユーザー群を切り替えると、該当するユーザーの一覧を確認できます。

詳しくは [ステップ詳細の見方](/analytics/funnel/detail-funnel.md) をご覧ください。

## ダッシュボードのデータを条件で絞り込めますか？ <a href="#dashboard-filter" id="dashboard-filter"></a>

はい。チャネル・デバイス・UTM・セグメントなどのフィルターで絞り込めます（「合致しない」という否定条件も設定できます）。`新規のみ` のチェックで、新規ユーザーのデータだけにすばやく切り替えることもできます。

詳しくは [ダッシュボード](/analytics/dashboard.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://docs.wicle.io/other/faq/how-to-use/dashboard-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.
