> 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/user-detail.md).

# ユーザー詳細（n1分析）の使い方

## ユーザー情報の「長く活動するページ」「よく離脱するページ」はどう計算されますか？ <a href="#page-metrics" id="page-metrics"></a>

`長く活動するページ` は、累計の活動時間が長いページの上位を表示します。`よく離脱するページ` は、セッションが切れる前に最後に滞在していたページ（離脱ページ）の発生回数の上位を表示します。

詳しくは [ユーザー情報](/analytics/n1-user/user-information.md) をご覧ください。

## イベントタイムラインとセッションリプレイは何が違いますか？ <a href="#timeline-vs-replay" id="timeline-vs-replay"></a>

`イベントタイムライン` は、いつ・どのイベントが・どんな属性で発生したかを、構造化された履歴として一覧で確認する機能です。

`セッションリプレイ` は、マウスの動きや画面の見た目そのものを動画で再現し、ログだけではわからない操作の文脈を把握する機能です。

詳しくは [イベントタイムライン](/analytics/n1-user/event-timeline.md) をご覧ください。

## ユーザー詳細の共有URLは、相手がログインしていなくても見られますか？ <a href="#share-login" id="share-login"></a>

いいえ。共有されたURLは、ログインしていない状態では閲覧できません。

詳しくは [共有](/analytics/n1-user/sharing.md) をご覧ください。

## ユーザー詳細（n1）画面はどこから開けますか？ <a href="#open-n1" id="open-n1"></a>

ユーザー検索やイベント検索の結果一覧、ファネルのステップ詳細、ライフサイクルなどの画面で、ユーザーやイベントの行をクリックすると、そのユーザーのユーザー詳細（n1）画面が開きます。

詳しくは [ユーザー詳細の概要](/analytics/n1-user/overview.md) をご覧ください。

## 特定のイベントが起きた瞬間からセッションリプレイを再生できますか？ <a href="#replay-from-event" id="replay-from-event"></a>

はい。イベントタイムラインでイベントを選択し `この位置からセッションを再生` を選ぶと、そのイベントのタイミングからセッションリプレイを再生できます。

詳しくは [イベントタイムライン](/analytics/n1-user/event-timeline.md) をご覧ください。

## あるユーザーと同じ行動をした他のユーザーを探せますか？ <a href="#find-similar" id="find-similar"></a>

はい。イベントタイムラインでイベントを選択し `同じイベントを検索` を選ぶと、そのイベントを発生させた他のユーザーを検索する画面に、条件が入力された状態で遷移します。

詳しくは [イベントタイムライン](/analytics/n1-user/event-timeline.md) をご覧ください。

## 気になったユーザーやイベントをチームに共有するには？ <a href="#share-how" id="share-how"></a>

ユーザー詳細画面の左上の共有アイコンから、そのユーザーのURLをコピーできます。特定のイベントを共有したい場合は、イベントをホバーして表示される共有アイコンからURLをコピーします。

詳しくは [共有](/analytics/n1-user/sharing.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/user-detail.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.
