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

# ホットリード

リード管理の「ホットリード」タブで、直近に資料を閲覧したリードを確認します。

「リード管理」ページの「ホットリード」タブです。直近の一定期間内にファイル・ルームへアクセスしたリードを、カード形式で確認できます。

## ホットリードでできること

| 機能         | 説明                                      |
| ---------- | --------------------------------------- |
| 期間の切り替え    | 「1時間以内」「1日以内」「1週間以内」でアクセス日時の対象期間を切り替える  |
| キーワード検索    | 表示中のカードを、オーナー名・フォルダ名・閲覧企業名・資料/ルーム名で絞り込む |
| 閲覧内容の確認    | カードから、直近に閲覧したコンテンツのサムネイルや離脱位置を確認する      |
| リード行動記録の確認 | カードをクリックし、閲覧履歴を確認する                     |

## 表示期間の切り替え

タブ上部のボタンで、対象とするアクセス日時の期間を切り替えられます。

* 1時間以内
* 1日以内
* 1週間以内（既定）

選択した期間内に最終アクセスがあったリードが、最終アクセス日時の新しい順に最大50件表示されます。

## カードの表示内容

各リードにつき1枚のカードが表示されます。

| 項目         | 説明                                                                                       |
| ---------- | ---------------------------------------------------------------------------------------- |
| アクセス日時     | 最終アクセスからの経過時間（相対表示）と、日時（`YYYY.MM.DD.HH:mm`形式）。まだ一度もアクセスがない場合は「オフライン」「未アクセス」と表示される        |
| 表示名        | リードのメールアドレス（表示名が設定されている場合は表示名）。クリックすると[リード行動記録](/immedio-box/leads/lead-detail.md)が表示される |
| 同時アクセス数    | 同時に複数セッションでアクセスしている場合、その数がバッジで表示される                                                      |
| 閲覧企業・URL   | 企業情報タブが有効な場合、AIが推定したリードの所属企業名とウェブサイトURLが表示される                                            |
| コンテンツサムネイル | 直近に閲覧したファイル・ルームのサムネイルと種別（動画／PDF／ドキュメント／URL／ルーム）                                          |
| 離脱情報       | PDFは離脱ページ数、動画は離脱秒数がサムネイル下部に表示される                                                         |
| 統計         | コンテンツの種別に応じた閲覧指標（下表を参照）                                                                  |

### コンテンツ種別ごとの統計項目

| コンテンツ種別 | 表示される統計           |
| ------- | ----------------- |
| PDF     | 表示時間／閲覧ページ数／アクセス数 |
| 動画      | 再生秒数／アクセス数        |
| ドキュメント  | 表示時間／アクセス数        |
| ルーム     | 閲覧コンテンツ数／アクセス回数   |

直近閲覧したコンテンツが無いリードのカードには「コンテンツなし」と表示されます。

## キーワード検索

タブ下部の検索ボックスから、表示されているカード（最大50件）をオーナー名・フォルダ名・親フォルダ名・閲覧企業名・資料名／ルーム名で絞り込めます。この検索は表示中のカードに対する絞り込みのため、期間の対象外にあるリードは検索結果に含まれません。

## カードをクリックすると

* 直近閲覧したコンテンツがある場合は、そのコンテンツ種別に応じたセッション詳細画面が開きます
* 直近閲覧したコンテンツが無い場合は、[リード行動記録](/immedio-box/leads/lead-detail.md)が表示されます

## ホットリードがいない場合

対象期間内にアクセスしたリードが1件もない場合、「全リード」タブと同様の案内メッセージが表示されます。


---

# 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.immedio.io/immedio-box/leads/hot-leads.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.
