====== [DEPRECATED] piwik2 Plugin ====== ---- plugin ---- description: Plugin for the new 2.0 version of Piwik, the open source Google Analytics alternative author : Bravehartk2 (Marcel Lange) email : info@ask-sheldon.com type : admin lastupdate : 2016-10-15 compatible : binky, 2014-04-28, Detritus, Elenor of Tsort, Frusterick Manners, Greebo depends : conflicts : piwik similar : googleanalytics tags : Tracking, Statistics, Piwik, Analytics downloadurl: https://github.com/Bravehartk2/dokuwiki-piwik2/tarball/master bugtracker : https://github.com/Bravehartk2/dokuwiki-piwik2/issues sourcerepo : https://github.com/Bravehartk2/dokuwiki-piwik2 ---- ====== Description ====== :!::!::!:** !!!DEPRECATED!!! Use [[plugin:matomo]] instead. !!!DEPRECATED!!!** :!::!::!: asl Plugin for the new 2.0 ((Works also fine with Piwik 3.0)) version of Piwik, the open source Google Analytics alternative (inspired by the [[plugin:piwik|Piwik Plugin]] from Heikki Hokkanen ) ===== Installation ===== Just install the plugin using the [[plugin:extension|Extension ​Manager]]. Or you can clone it directly from repository: $> cd dokuwiki/lib/plugins/ $> git clone https://github.com/Bravehartk2/dokuwiki-piwik2.git :!: **External requirements:** This plugin requires the following additional components that must be installed separately: * MySQL Database for Piwik * PHP with mysql support * an existing piwik installation that the trackingscript can send data to Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually. ===== Configuration ===== - Go to Plugin Management and make sure “piwik2” is enabled - Configure the plugin in //**Admin -> Configuration Manager -> Plugin Settings -> Piwik2**// (Values partly have to be taken from an existing piwik installation -> From //**Settings -> Tracking Code**//, more information [[http://developer.piwik.org/api-reference/tracking-javascript|http://developer.piwik.org/api-reference/tracking-javascript]]) - Piwik plugin should now be enabled and you should see the trackingcode in the rendered html on wiki pages (f.e. with firebug) ====== Discussion ====== ===== Site Search? ===== Does this plugin support [[http://piwik.org/docs/site-search/|Site Search]]? Piwik seems to allow only single parameters for the search key word, while Dokuwiki uses ''?do=search&id=...'' So this could be done with that ''trackSiteSearch()'' function on the search result page, as described on that link above. Thanks!