> 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/session-replay/overview.md).

# セッションリプレイの概要

## セッションリプレイでわかること <a href="#what-you-can-learn" id="what-you-can-learn"></a>

セッションリプレイではユーザーのマウスの動きや操作などの"リアルな行動"を動画形式で見ることができるため、イベントログだけではわからない文脈を把握することができます。

## セッションリプレイの見方 <a href="#how-to-view" id="how-to-view"></a>

セッションリプレイは以下の画面から見ることができます。

* **セッションリプレイ一覧**: 左メニューの「セッションリプレイ」から、日付やユーザーID等で検索して再生できます。詳しくは [セッションリプレイを検索する](/analytics/session-replay/search.md) をご覧ください
* **ユーザー詳細（n1画面）**: イベント、ユーザー、ライフサイクル、ファネルの画面でユーザーやイベントのリストをクリックすると開かれるn1画面で見ることができます

n1画面では、左の「この位置からセッションを再生」または再生ボタンのクリックで、右側にセッションリプレイが表示されます。

{% hint style="info" %}
概ね3分間の無操作時間が続くと、同セッション内でセッションリプレイデータが複数に分割される場合があります。複数のデータがある場合は、再生ボタン上にプルダウンメニューが表示されどの時点のデータを再生するか選択できます。
{% endhint %}

## 再生画面の見方 <a href="#player" id="player"></a>

### リプレイエリア <a href="#replay-area" id="replay-area"></a>

タイムラインで選択したセッションもしくは特定のイベントのセッション動画が再生される場所です。ユーザーのクリック操作、カーソル軌跡は確認しやすいように表現を加えています。

### シークバーエリア <a href="#seekbar" id="seekbar"></a>

#### 再生箇所の変更

シークバー内をクリックすると、クリックした場所から動画を再生することができます。

#### 活動状況とボリューム

背景色が水色の部分はユーザーがセッション内で活動している範囲です。また青のグラフで活動量の多寡を示しています。

#### マッチしたイベントの確認

選択したセッション、もしくは選択したイベントの含まれるセッション内にマッチしたイベントがあった場合、シークバーではオレンジラインで表示されます。

#### URLの確認

シークバーをホバーすると、日時・ページタイトル・ページURLが表示されます。再生前に前後のページ確認やみたいポイントを絞り込むことができます。

### 操作一覧 <a href="#controls" id="controls"></a>

<table><thead><tr><th width="191">操作</th><th>できること</th></tr></thead><tbody><tr><td>再生箇所のURLコピー</td><td>上部のURLをクリックすると再生箇所のURLをコピーすることができます。</td></tr><tr><td>15秒戻る・進む</td><td>再生している動画を15秒戻したり、進めたりすることができます。シークバーのクリック同様、再生箇所の移動に利用することができます。</td></tr><tr><td>再生速度の変更</td><td>再生速度を0.5倍速〜4倍速まで変更できます。</td></tr><tr><td>未活動時間のスキップ</td><td>動画再生時にユーザーが活動していない時間を再生するかスキップするか選択することができます。</td></tr><tr><td>全画面表示</td><td>全画面で動画を確認することができます。細かな操作や動画だけに集中したい場合に利用します。</td></tr><tr><td>リプレイエリアの変更</td><td>左側のバーをドラッグ＆ドロップで全画面にはせず、再生範囲の変更をすることができます。</td></tr></tbody></table>

## セッションリプレイの取得状況について <a href="#acquisition-status" id="acquisition-status"></a>

動作環境を保証しているユーザーの環境であっても、通信環境など予期しない状況により動画が取得できないケースが数パーセントは発生します。セッションリプレイが取得できなかった場合、以下の表示がされます。

<table><thead><tr><th width="173.76953125">表示</th><th>説明</th></tr></thead><tbody><tr><td>データなし</td><td>Limit超過やクライアントサイドの通信エラー等でデータ保存処理が行われなかった</td></tr><tr><td>時間が短すぎます</td><td>操作時間が10秒未満</td></tr><tr><td>保存エラー</td><td>通信環境等の問題によりデータ欠損が発生した</td></tr></tbody></table>

## セッションリプレイの動画をダウンロードできますか？ <a href="#download" id="download"></a>

セッションリプレイの動画をダウンロード・エクスポートする機能は、現在提供していません。

## トラブルシューティング <a href="#troubleshoot" id="troubleshoot"></a>

[セッションリプレイ動画が見れない、うまく再生されない場合](/other/troubleshoot/troubleshooting-sessionreplay.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/analytics/session-replay/overview.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.
