DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Users manual

To install Piwik on your website follow these steps:

  1. Install Piwik and create your Piwik account, for more information see http://piwik.org/
  2. To enable Piwik tracking in your website, we need to know your site ID and hostname of the piwik installation.
  3. Install the plugin from TYPO3 online repository and enable it
  4. Add this configuration options to your template (both parameters are required):
config.tx_piwik {
  piwik_idsite = (your site id)
  piwik_host   = (host/path of your piwik installation without URL-scheme)
}

That's all you need to start tracking your visitors. See “Configuration” section for more config options and description of the parameters.