点击热区-ClickHeat

今天发现了一个小工具,ClickHeat,实际上是一个更加直观的点击率监控,不过与一般的数据形式不一样的是,ClickHeat不能够知道更详细的数据,但是可以直观地反映出在足够多的用户使用习惯中,大家重视的页面区域究竟是如何分布的。
在常用的访问量统计监控系统中,大多数是以链接跟踪的形式来统计用户访问页面数量的,但ClickHeat可以反映的情况我更看重另一种,即用户对页面分配的关注点。我们通常很难决策一个爆炸性的消息应该放在页面的哪个位置,几则相同题材的相关消息怎样排序等等,如果我们忽略标题所带来的引导和误导因素,ClickHeat可以在大量取样的基础上帮我们分析出一些眉目,而不会像以前那样只是凭借经验分析。
------------我是任俊龙博客快乐的分割线------------
ClickHeat安装方法ClickHeat | Installation:
Follow those instructions to install ClickHeat on your website.
1) Extract the archive (download links on the right) and transfer files on your web server, in a clickheat named directory, so you'll access it at http://www.yoursite.com/clickheat/ (if you want another directory, don't forget to change src="" attributes of script tags, and the initClickHeat() call as the below "Nota" indicates)
2) Check that you can access to the logo : http://www.yoursite.com/clickheat/logo.png
3) Paste one of the two following codes in the HTML code of pages you want to track. The keyword page is used to group your pages (say you have article-1.html and article-2.html, you may want to track both as a single 'article' page). You may place this code just before the < /body> tag.
characters allowed in the field page : A-Z a-z 0-9 _ (underscore)
if you've changed the click.php location, or if you want to monitor a PHP-disabled website and have another server with PHP, you can use the second parameter of initClickHeat(), for example : initClickHeat('page', '/my/clickheat/install/is/here/click.php'); or initClickHeat('page', 'http://www.another-server-with-php.com/clickheat/click.php');
4) Change the password in the /clickheat/config.php file: CLICKHEAT_PASSWORD
5) Eventually change the logging dir in the same file: CLICKHEAT_LOGPATH (default is /clickheat/logs/, but you may define another relative or absolute path)
6) Check if everything is ok on http://www.yoursite.com/clickheat/check.php
7) Click a few times on one of the pages you've tagged with the Javascript code above. Then go to your ClickHeat's admin: http://www.yoursite.com/clickheat/index.php and check if tracking is working properly (you should see clicks realtime).
------------我是任俊龙博客快乐的分割线------------
下载地址:请点击这里

没有评论:
发表评论