DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:piwik

This is an old revision of the document!


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
Repository
Source
Conflicts with
matomo, piwik2

This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.

Similar to googleanalytics, hubspot

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.

Installation

$ cd dokuwiki/lib/plugins/
$ git clone https://git.gitorious.org/dokuwiki-piwik/dokuwiki-piwik.git piwik

Alternatively, you can also download a tarball via gitorious (first time clicking is generating the package):
https://gitorious.org/dokuwiki-piwik/dokuwiki-piwik/archive-tarball/master

Configuration

  1. Go to Plugin Management and make sure “piwik” is enabled
  2. Open Configuration Manager –> Plugin Settings –> Piwik Plugin Settings and set the values
  3. Piwik plugin should now be enabled.

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.1342825133.txt.gz · Last modified: 2012-07-21 00:58 by Klap-in

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki