Matomo click heatmaps (GPL) - not ported from 2.x
Go to file
YAMAMOTO Takashi c7ee69e3e7 First release
2015-04-19 14:38:49 +09:00
lang First release 2015-04-19 14:38:49 +09:00
libs First release 2015-04-19 14:38:49 +09:00
templates First release 2015-04-19 14:38:49 +09:00
clickheat.php First release 2015-04-19 14:38:49 +09:00
ClickHeat.php First release 2015-04-19 14:38:49 +09:00
config.piwik.php First release 2015-04-19 14:38:49 +09:00
Controller.php First release 2015-04-19 14:38:49 +09:00
INSTALL First release 2015-04-19 14:38:49 +09:00
LICENSE First release 2015-04-19 14:38:49 +09:00
LISEZMOI First release 2015-04-19 14:38:49 +09:00
Menu.php First release 2015-04-19 14:38:49 +09:00
plugin.json First release 2015-04-19 14:38:49 +09:00
README First release 2015-04-19 14:38:49 +09:00
README.md First release 2015-04-19 14:38:49 +09:00
VERSION First release 2015-04-19 14:38:49 +09:00

Piwik ClickHeat Plugin

Description

ClickHeat is a visual heatmap of clicks on a HTML page, showing hot and cold click zones. This plugin based on Dugwood's ClickHeat version 1.14. It is an OpenSource software, released under GPL licence, and free of charge.

Installation

Install it via Piwik Marketplace.

This plugin installer will make directories:

  • yourpiwik/tmp/cache/clickheat/cache
  • yourpiwik/tmp/cache/clickheat/logs.

This plugin uses a different tracker. Please click on the link "JavaScript" and put the special Javascript codes into your website.

FAQ

What exactly is included in this feature ?

  • pick up a siteid
  • pick up a period
  • pick up a browser type
  • pick up a specific web page

And what functions are not included in this feature ?

  • remove special addresses defined on the control panel.
  • remove special browsers defined on the control panel.
  • filters based on added segmentation

Where is the coordinate information from the browser ?

ClickHeat plugin uses text files to record the coordinate data of each browser in directory: yourpiwik/tmp/cache/clickheat/logs.

Does it withstands high traffics ?

Unfortunately not. Because this plugin uses text files to record data. Therefore, please use this plugin to experiment or low traffics.

New click data were added, but not updated heatmap. Why ?

Plugin places heatmap images in the cache directory: yourpiwik/tmp/cache/clickheat/cache. Therefore when you suddenly met with such probrem, you can delete cache files (do not delete cache directory).

Showed a heatmap, but not overlay a heatmap to the target web page. Why ?

Check that your website does not set the HTTP header X-FRAME-OPTIONS to SAMEORIGIN as this will prevent this plugin from iframing your website for the heatmap report. Please see Page Overlay Troubleshooting, that is same problem.

Changelog

  • 0.1.0 First beta

License

GPL v3 or later

Support

Please direct any feedback to yamachan@piwikjapan.org.