Matomo click heatmaps (GPL) - not ported from 2.x
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Alexander Yakovlev 9ecbcfe29d log clicks (as a Matomo plugin) 4 years ago
Reports WIP embed heatmap 4 years ago
lang custom report WIP, declared a 1.0.0 version 4 years ago
libs log clicks (as a Matomo plugin) 4 years ago
screenshots rewrite README.me to explain 8 years ago
templates WIP embed heatmap 4 years ago
.eslintrc.yml edit clickheat.js to do POSTs and GETs in JSON 4 years ago
.gitignore WIP embed heatmap 4 years ago
.htaccess README.md for install instructions, use .htaccess 4 years ago
API.php custom report WIP, declared a 1.0.0 version 4 years ago
CHANGELOG.md custom report WIP, declared a 1.0.0 version 4 years ago
ClickHeat.php custom report WIP, declared a 1.0.0 version 4 years ago
Controller.php display in menu 4 years ago
Gulpfile.js WIP embed heatmap 4 years ago
LICENSE project says GPLv3, so license file should be v3 4 years ago
README.md exec bit and readmes 4 years ago
clickheat_config.php exec bit and readmes 4 years ago
package.json WIP embed heatmap 4 years ago
plugin.json custom report WIP, declared a 1.0.0 version 4 years ago
yarn.lock WIP embed heatmap 4 years ago

README.md

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.

Plugin not consider the IIS. Sorry. We are waiting patches for IIS.

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.

What is "click.php returned a status code 403" ?

You have to perform the upgrade immediately to version 0.1.5. I forgot to put .htaccess.

After installing the plugin, Piwik Administration area shows "page not found 404 error".

This plugin doesn't consider the IIS. Sorry. And please delete the ClickHeat plugin (yourpiwik/plugins/ClickHeat) manually via FTP or Explorer. We are waiting patches for IIS.

Does it withstands high traffics ?

This plugin uses minimal text to record data and file based logging. And when click.php is called from a special Javascript for cgi, just append text on end of the each file. And when you analyze the click data and make a heatmap, plugin will create cached heatmap as png image file.

Therefore, we expect the plugin light works, but we don't know what load it has under Piwik 2.x. So we are very glad, when you inform us about your situation.

Please see the link Performance and optimization about system resources. If you want performance, you need to avoid to use a cgi, that is possible. It method is explained on the link.

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, but 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.

How do I enable logging ?

Logging prepared for click.php. To debug it further please enable tracker debug mode in config.ini.php:

[Tracker]
debug=1

You can see the log in yourpiwik/tmp/logs/piwik.log.

License

GPL v3 or later

Support

Please direct any feedback to yamachan@piwikjapan.org.