| 1 |
$Id: README.txt,v 1.1 2008/01/28 22:43:53 boombatower Exp $
|
| 2 |
|
| 3 |
Click Heatmap -
|
| 4 |
Provides an integration of the ClickHeat utility which creates click heatmaps.
|
| 5 |
|
| 6 |
DESCRIPTION
|
| 7 |
-----------
|
| 8 |
The Click Heatmap modules provides integration between Drupal and the
|
| 9 |
ClickHeat library. The module itself does not record the necessary
|
| 10 |
data or generate the click heatmaps themselves. Instead this module adds
|
| 11 |
the necessary Javascript to Drupal pages in order to have the click data
|
| 12 |
sent to the ClickHeat library.
|
| 13 |
|
| 14 |
In order for the ClickHeat integration to work a server with the ClickHeat
|
| 15 |
library needs to be setup. The ClickHeat library can be downloaded from
|
| 16 |
http://www.labsmedia.com/clickheat/.
|
| 17 |
|
| 18 |
The ClickHeat library comes with a setup tool and administration interface.
|
| 19 |
The interface can be used to view click heatmaps once the data has been
|
| 20 |
recorded. This module will add the necessary Javascript to pages under
|
| 21 |
the specifed scope to send the click data to the specified ClickHeat server.
|
| 22 |
|
| 23 |
Make sure that the server url specified relates to the root directory on a
|
| 24 |
server that has the ClickHeat library installed and configured.
|
| 25 |
|
| 26 |
PROJECT PAGE
|
| 27 |
------------
|
| 28 |
If you need more information, have an issue, or feature request please
|
| 29 |
visit the project page at: http://drupal.org/project/click_heatmap.
|
| 30 |
|
| 31 |
AUTHOR
|
| 32 |
------
|
| 33 |
Jimmy Berry ("boombatower", http://drupal.org/user/214218)
|