piwik plugin

Compatible with DokuWiki

2011-11-10

plugin Plugin for Piwik - Open source web analytics / a replacement for Google Analytics

Last updated on
2012-01-27
Provides
Admin

Similar to googleanalytics

Tagged with statistics

Piwik plugin for DokuWiki. Piwik is an open source web analytics software that aims to be a replacement for Google Analytics. This plugin allows you to track visitors statistics of your DokuWiki installation using Piwik. Optionally admin/users can be excluded from the statistics.

See https://gitorious.org/dokuwiki-piwik/pages/Home for installation instructions.

Discussion

In my opinion I got my DokuWiki/Piwik system working easier without this plugin. This is because you need to edit the appearance template's main.php anyway, you can use the code (or snippet) provided by your Piwik-service.

Comment from author 2012-01-28

It is not longer necessary to do manual work to modify templates. Piwik plugin now uses TPL_METAHEADER_OUTPUT hook to insert the piwik tracker code. The new version is also backwards compatible.

System requirements

  1. MySql Server installed and root login enabled in MySQL Server.
  2. PHP set up for MySql -connection1).
  3. Empty Database for Piwik created (you need this when installing Piwik).
  4. Piwik installed to a existing web site (can be also subfolder).

Ciove 2008/07/14

actual code is friendlier than image

Don't know why but the code to insert is shown on the plugin page as an image which is not easy to copy/paste, so here it is:

<?php
if (file_exists(DOKU_PLUGIN.'piwik/code.php')) {
  include_once(DOKU_PLUGIN.'piwik/code.php');
  piwik_code();
}
?>

1) PECL extension installed and enabled
plugin/piwik.txt · Last modified: 2012/01/28 09:00 by hoxu
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Imprint Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki
WikiForumIRCBugsGitXRefTranslate