Plugin: tracking
Author: BerndZeimetz
Included in ikiwiki: no
Enabled by default: no
Included in goodstuff: no
Currently enabled: no
NAME
IkiWiki::Plugin::tracking - enable google/piwik visitor tracking
SYNOPSIS
# activate the plugin
add_plugins => [qw{goodstuff tracking ....}],
# to use Piwik:
piwik_id => '1',
piwik_https_url => "https://ssl.example.com/piwik/",
piwik_http_url => "http://www.example.com/piwik/",
# to use Google Analytics:
google_analytics_id => "UA-xxxxxx-x"
DESCRIPTION
This plugin includes the necessary tracking codes for Piwik and/or Google Analytics on all pages. Tracking codes will only be included if the necessary config options are set. The plugin could be enhanced to support goals/profiles and similar things, but I do not plan to do so.
DOWNLOAD
- single files: tracking.pm piwik.tmpl google_analytics.tmpl
- browse repository: http://git.recluse.de/?p=users/bzed/ikiwiki.git;a=shortlog;h=refs/heads/tracking
- git repo:
git://git.recluse.de/users/bzed/ikiwiki.git
or http://git.recluse.de/repos/users/bzed/ikiwiki.git (Use the tracking branch)