> 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/analytics-basics.md).

# 分析機能の使い分け

似ている分析機能の違いと使い分けについて、よくある質問をまとめています。

## ユーザー検索とイベント検索はどう使い分けますか？ <a href="#user-vs-event-search" id="user-vs-event-search"></a>

`ユーザー検索` はユーザー単位で条件を指定し、条件に合うユーザーを抽出する機能です。ライフサイクルやキー行動、ユーザープロファイルなど、ユーザーに紐づく条件で絞り込みます。

`イベント検索` はイベントの発生を軸に抽出する機能で、イベント固有の条件（イベントディメンション）でも検索できます。`ユーザー毎にまとめて表示` をオンにすると、結果をユーザー単位に切り替えられます。

「どんなユーザーがいるか」を見るならユーザー検索、「どんな行動が起きているか」を見るならイベント検索が起点になります。

詳しくは [ユーザーを検索する](/analytics/user/search-user.md) と [イベントを検索する](/analytics/event/search-event.md) をご覧ください。

## 「セグメント」と「保存した検索条件」は何が違いますか？ <a href="#segment-vs-saved-condition" id="segment-vs-saved-condition"></a>

`保存した検索条件` は、ユーザー検索・イベント検索それぞれの画面で条件を保存し、その画面で再利用するための機能です。

`セグメント` は条件を独立した対象群として定義し、ユーザー検索・イベント検索・各種フィルタなど複数の画面から横断的に呼び出せます。

一度きりの絞り込みを再利用する程度なら保存した検索条件で十分です。複数の画面で使い回したり、後から条件を変更して各画面に反映したりする場合はセグメントが適しています。

詳しくは [セグメントの概要](/segment/segment/overview.md) をご覧ください。

## ヒートマップとセッションリプレイは何が違いますか？ <a href="#heatmap-vs-session-replay" id="heatmap-vs-session-replay"></a>

`ヒートマップ` は、対象ページ全体でのクリック・スクロール・注視の傾向を集計して可視化する機能です。多くのユーザーの行動を統計的に把握できます。

`セッションリプレイ` は、1人のユーザーの1回の操作を動画として再現する機能です。個別のユーザーがどのように操作したかを詳細に確認できます。

全体の傾向をつかむならヒートマップ、特定ユーザーの具体的な行動を見るならセッションリプレイを使います。

詳しくは [ヒートマップ/パフォーマンスの概要](/analytics/heatmap/overview.md) と [セッションリプレイの概要](/analytics/session-replay/overview.md) をご覧ください。

## 分析はまず何から見て、どう深掘りすればよいですか？ <a href="#analysis-flow" id="analysis-flow"></a>

まず `ダッシュボード` で流入やコンバージョンなど全体の状況を把握し、気になった点を `ユーザー検索` や `イベント検索` で深掘りするのが基本の流れです。さらに1人のユーザー（n1）にドリルダウンすると、具体的な行動を確認できます。

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

## ユーザー検索とイベント検索は「期間」の考え方がどう違いますか？ <a href="#period-difference" id="period-difference"></a>

`ユーザー検索` は基準日方式で、指定した基準日「時点」でのユーザーの状態を集計します。`イベント検索` は指定した「期間内」に発生したイベントを対象に集計します。

「その時点でどんなユーザーがいるか」を見るならユーザー検索、「その期間にどんな行動が起きたか」を見るならイベント検索が向いています。

詳しくは [ユーザーを検索する](/analytics/user/search-user.md) と [イベントを検索する](/analytics/event/search-event.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/analytics-basics.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.
