Piwik is an open source web analytics software. 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. Piwik aims to be an open source alternative to Google Analytics. Because Piwik has been built on the top of APIs, all the data is available through simple to use APIs. All features in Piwik are built inside plugins: you can download new plugins, and easily build your own. The user interface is fully customizable and light speed. [[http://piwik.org/]]
To install Piwik simply unpack the distribution inside your Zikula modules directory. This will create the ./modules/Piwik directory and should contain all the files of the distribution. (note: if you downloaded your module from the Zikula Extensions database, then you should unpack your module from your Zikula root directory.)
Now, enter the administration portion of your Zikula site:
You should now have a fully functioning Piwik installation.
Example:
yourdomain.com/piwik
You have to check http://yourdomain.com/piwikpath/index.php?module=SitesManager&action=index to see site-id. If you are tracking using only one site with Piwik the initial id works - but take care if you need a different one.
Your token can be found at http://yourdomain.com/piwikpath/index.php?module=UsersManager
You have to fill out the path to Piwik installation, the site-id and your token. Before activation you have to decide if you want tracking of administration pages. If not, all pages with &type=admin will not be tracked.