Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/README
blob: d48ffb67cdc78a3e4670991799c0e106ce590bb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
	Piwik - piwik.org
	-----------------

Install 
=======
1 - upload piwik in your webserver and point your browser to the directory. Follow the steps.

Requirements
============
- php 5.1.x minimum (x == ?)
- mysql 4.1
- php PDO module enabled
- OS / server independant

Page modules
============
All the data is available via APIs for example to get todays keywords in XML
?module=API&method=Referers.getKeywords&idSite=1&period=month&date=today&format=xml

or yesterday visits information in JSON
?module=API&method=VisitsSummary.get&idSite=1&period=month&date=yesterday&format=json

You can find the full listing of the APIs provided by the plugins on
?module=API&action=listAllAPI

Some other stuff
================ 
To generate thousands of fake visits to get some data to play with, 
you can see the script /misc/generateVisits.php
you can edit the number of visits to generate, the number of actions per visit, and the days

To generate the API documentation
# cd piwik
# ./misc/generateDoc.sh
then check the documentation at piwik/documentation/ in your browser

Want to help? Have a look at http://piwik.org

Contact
=======
Any remark, question, suggestion or critic, 
Email us at hello@piwik.org