]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/PiwikAnalytics/README
Merge branch 'master' of git.gnu.io:gnu/gnu-social into mmn_fixes
[quix0rs-gnu-social.git] / plugins / PiwikAnalytics / README
1 The PiwikAnalytics plugin adds JavaScript that sends various traffic details
2 to a Piwik server to track web access.
3
4 See:
5 * http://piwik.org/
6
7 Installation
8 ============
9 add "addPlugin('PiwikAnalytics');"
10 to the bottom of your config.php
11
12 Settings
13 ========
14 piwikroot: The root installation URL of the Piwik instance WITHOUT the protocol
15 piwikId: The ID provided by the Pwiki instance.
16
17 Example
18 =======
19 addPlugin('PiwikAnalytics', array(
20     'piwikroot' => 'example.org/piwik/',
21     'piwikId' => 'PIWIK_ID'
22 ));
23