# 动态热力图的特性说明

## 动态热力图的特性说明

动态热力图是使用Ptengine独有的先进绘制技术创建的热力图。 与其他公司的截图型热力图不同，它不是静态获取和渲染页面的方式，而是利用更先进的绘制技术和大量数据。 这项技术能够高精度地捕捉访问者的点击、轻触等浏览行为，从而实现更深层次的客户理解。

具体说明请参考以下内容。

## **高精度的绘制方法**

动态热力图不是在访问者点击或轻触的坐标处绘制数据，而是**通过捕捉页面的HTML结构来绘制热力图**。 这样，当由于点击、轻触等操作或响应式设计导致HTML结构发生变化时，热力图的着色和点击数据也会随之改变，从而能够直观准确地理解用户行为。（例如：弹出窗口显示前后的绘制会发生变化等）

## **能够分析动态要素**

网站的全局菜单、滑动式横幅、可折叠内容等需要操作才能查看的动态要素，是访问者兴趣易显现的地方。 动态热力图可以轻松确认这些隐藏位置显示的内容的热力图。

## **动态特殊页面的分析**

动态热力图由于是动态绘制热力图，因此与SPA（Single Page Application）、PWA（Progressive Web Apps）、采用滚动淡入效果的页面等最新技术栈的兼容性较高也是其特点。 兼容的页面技术： ・ SPA页面（React、Vue等有许多实例） ・ PWA页面 ・ 响应式页面 ・ 长页面，如采用Lazy Load（延迟加载）或通过滚动触发元素显示的页面 ・ 现代化设计、视差滚动、动画效果等 ・ 会员专享或需要登录的页面 ・ 访问受限的页面（例如：IP限制、内网、预发布环境等）


---

# 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/developer/dynamic-heatmap.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.
