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

2009-12-25b

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

Last updated on
2010-02-20
Provides
Admin
Conflicts with
matomo, piwik2

The missing download url means that this extension cannot be installed via the Extension Manager. Please see Publishing a Plugin on dokuwiki.org. Recommended are public repository hosts like GitHub, GitLab or Bitbucket.

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 http://wiki.fealdia.org/projects/dokuwiki/piwik for download and more up-to-date information.

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.

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.1327689746.txt.gz · Last modified: 2012-01-27 19:42 by 88.152.204.237

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