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: 81a6798987d3f21ad58dc2adcb049396b60feae0 (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
43
44
45
46
Install
=======
1- copy paste the javascript code found in log.htm into your website
2- launch index.php

Some modules
============
Login
?module=Login

Logout
?module=Logout

User manager admin UI 
?module=UsersManager

Sites manager admin UI 
?module=SitesManager

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 the API documentation
# cd piwik
# ./misc/generateDoc.sh
then check the documentation at piwik/documentation/ in your browser

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



Contact
=======
Any remark, question, suggestion or critic, 
email me at matthieu.aubry@gmail.com