如何实现热图?
我想根据我们自己的站点日志为我们的站点实现热图,但不知道如何实现它。
我目前的想法是生成一张点击百分比以内的图片作为背景图片。
我想知道是否还有其他成熟的热图实现方案
I want to implement heatmap for our site based on our own site logs, but do not how to implement it.
My current idea is to generate an image within the click percentage as the background image.
I'd like to know whether there're some other mature solutions for heatmap implementation
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如需正确的热图,请参阅使用 JavaScript 记录热图的用户数据 。
这里是一些第三方的列表选项。
对于有些不同的东西,Google Analytics 提供了一个类似的功能,称为 页内分析取代了网站覆盖功能。
For a proper heat map, see Recording user data for heatmap with JavaScript.
Here is a list of a few third-party options.
For something a bit different, Google Analytics provides a similar feature called In-Page Analytics which replaced the Site Overlay feature.
最后,我发现 html 覆盖对我来说可能是一个合适的解决方案。
Finally, I find that html overlay may be a proper solution for me.
总有数据驱动的文档,D3.js,一个 JavaScript 库。值得一看:)
There is always the data-driven documents, D3.js, a JavaScript library. Worth checking it out :)