# 趋势图

界面上可确认的数据

默认显示：最近一周的访问数趋势

指定期间后：用绿色曲线显示指定期间的趋势

显示单位切换：可从"按日"、"按周"、"按月"中选择 仅指定1天时：横轴以时间为单位，可确认详细的变化

指标切换：可从"访问数"下拉列表中切换到UU、PV等其他指标

## **主要指标的快速解说**

・**访问数**：一个用户从访问网站到离开网站为止的过程被记录为一次访问。

・**UU（独立用户数）**：除去重复访问后的访问数

・**PV**：页面被浏览的次数

・**新用户率**：新用户（包含新Cookie的访问）／全部访问次数

・**再访问率**：现有用户（包含现有Cookie的访问）／全部访问次数

・**访问数/ UU**：访问次数／独立用户数

・**PV /UU**：页面浏览量／独立用户数

・**平均停留时间**：网站内每次访问持续的平均时间

・**直接跳出率**：仅查看流入页面就结束的访问次数/全部访问次数

・**平均加载时间**：每次访问时，从页面初始请求到页面加载完成的平均时间


---

# 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/cn/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.
