README 510 B

123456789101112131415161718192021222324
  1. The PiwikAnalytics plugin adds JavaScript that sends various traffic details
  2. to a Piwik server to track web access.
  3. See:
  4. * http://piwik.org/
  5. Installation
  6. ============
  7. add "addPlugin('PiwikAnalytics');"
  8. to the bottom of your config.php
  9. Settings
  10. ========
  11. piwikroot: The root installation URL of the Piwik instance WITHOUT the protocol
  12. piwikId: The ID provided by the Pwiki instance.
  13. Example
  14. =======
  15. addPlugin('PiwikAnalytics', array(
  16. 'piwikroot' => 'example.org/piwik/',
  17. 'piwikId' => 'PIWIK_ID'
  18. ));