# 推移グラフ

{% hint style="success" %}
**推移グラフとは**

ダイジェストを開くことで表示されるアクセスレポートの最上部に位置するグラフです。\
このグラフは、訪問数の変化を視覚的に把握するためのツールです。
{% endhint %}

### 画面で確認できるデータ

* デフォルト表示：直近一週間の訪問数推移
* 期間指定後：指定期間の推移を緑の曲線で表示
* 表示単位切替：「日別」「週別」「月別」から選択可能 1日のみ指定時：横軸が時間単位となり、詳細な変化を確認可能

  ![](/files/mTJzK9sRvxp9F2AqUKOc)
* 指標の切り替え：「訪問数」のプルダウンリストから、UU、PVなど他の指標に切り替え可能

### **主要指標のクイック解説**

・**訪問数**：一人のユーザーがサイトを訪問してから離脱するまでを、一回の訪問として記録します。

・**UU（ユニークユーザー）**：重複訪問を除去した後の訪問数

・**PV**：ページが閲覧された回数

・**新規率**：新ユーザー（新しいcookieを含んでいる訪問）／全訪問回数

・**再訪問率**：既存ユーザー（既存cookieを含んでいる訪問）／全訪問回数

・**訪問数/ UU**：訪問回数／ユニークユーザー

・**PV /UU**：ページビュー／ユニークユーザー

・**平均滞在時間**：サイト内で毎回の訪問が続けられた平均時間

・**直帰率**：流入ページだけを見て終わった訪問回数/全訪問回数

・**平均ロード時間**：各訪問で、ページの初リクエストからページロードが完了するまでの平均時間

もっと詳しい定義に関しては、[用語集](/insight/glossary.md)をご参考ください。


---

# Agent Instructions: 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:

```
GET https://helps.ptengine.com/insight/data-center/trend-chart.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
