文件名称:uba.js:用户行为分析
文件大小:19KB
文件格式:ZIP
更新时间:2024-07-26 05:28:59
JavaScript
uba是用于监控用户页面行为的js插件。 目前实现功能: 1.可以记录用户在页面的,点击行为,记录值包括页面坐标、元素ID、元素链接、元素class。 2.可以通过坐标的记录绘制热点图。 计划实现功能: 运行演示文件: (sudo) npm install bower install gulp serve (gulp watch) (演示将用户点击行为记录和绘制热点图在一个页面里展示,开关为headmap=turle or false。) 使用方法: 引用以下两个文件 app/uab/heatmap.js // Heatmap plugin app/uab/uab.js //For user click behavior detection.
【文件预览】:
uba.js-master
----.jshintrc(296B)
----.gitattributes(11B)
----bower.json(106B)
----doc()
--------reference.js(13KB)
----gulpfile.js(3KB)
----test()
--------index.html(668B)
--------bower.json(137B)
--------spec()
--------.bowerrc(40B)
----README.md(630B)
----.bowerrc(38B)
----.yo-rc.json(27B)
----.editorconfig(476B)
----.gitignore(91B)
----app()
--------uab()
--------index.html(4KB)
--------robots.txt(43B)
--------styles()
--------favicon.ico(4KB)
--------scripts()
----package.json(945B)