Extension Key: piwik
Copyright 2009, Jörg Winter, <winter@b-net1.de>
Please report all bugs and feature request at http://forge.typo3.org/projects/show/extension-piwik
This document is published under the Open Content License
available from http://www.opencontent.org/opl.shtml
The content of this document is related to TYPO3
- a GNU/GPL CMS/Framework available from www.typo3.com
The extension implements Piwik tracking in TYPO3-based websites.
Piwik is a new open source (GPL license) web analytics product. It gives interesting reports on your website visitors, your popular pages, the search engines keywords they used, the language they speak… and so much more. To learn more about Piwik, go to http://www.piwik.org.
This extension is a reimplementation of m1_google_analytics, but for Piwik. It uses documentation and some code resemblance from Frank Naegler's original Piwik extension and from Ulrich Wünsche's Piwika2 extension.
The extension inserts the javascript-code used for tracking website users with Piwik, into the end of the body-tag.
For integrating Piwik in the TYPO3 Backend please have a look on EXT:piwikintegration at http://typo3.org/extensions/repository/view/piwikintegration/current/.
This extension had some revisions and includes ideas from other extensions to be honest to the guys who had the ideas here some credits – thank you guys
Frank Näglerpiwikfirst version of this extension
Jörg Winterbn1_piwikfirst piwik extensions with new tracking code
Ulrich Wuenschepiwika2force valid (x)HTML in the output
Implements the Javascript Tracking Code for the new Piwik Javascript Tracking API that is included since Piwik 0.4
The following Piwik Tracking Functions can be configured with Typoscript.
piwikTracker.setDocumentTitle()
piwikTracker.trackGoal()
piwikTracker.setDomains()
piwikTracker.enableLinkTracking()
piwikTracker.setIgnoreClasses()
piwikTracker.setDownloadClasses()
piwikTracker.setLinkClasses()
piwikTracker.setLinkTrackingTimer()
piwikTracker.setDownloadExtensions()
piwikTracker.addDownloadExtensions()
If You are logged in as a BE-User your FE-Hits will not be tracked.