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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattpiwik <matthieu.aubry@gmail.com>2011-04-14 12:20:49 +0400
committermattpiwik <matthieu.aubry@gmail.com>2011-04-14 12:20:49 +0400
commit28786cb297949b84501266d5d27846ce8a9be972 (patch)
treebedcaca9484bcb2d9dfc0029bd07d426a245ad0a /plugins/VisitsSummary
parentb067297c52657a2c9d2d2a43b4c46358e2147b2c (diff)
Fixes #1478
* Adding one sentence to one paragraph description of each API (feedback on the actual test is most welcome!) * This will be displayed on the API Reference page: http://piwik.org/docs/analytics-api/reference/ that's why it's pretty important :) * Adding table of contents in the API Page git-svn-id: http://dev.piwik.org/svn/trunk@4448 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/VisitsSummary')
-rw-r--r--plugins/VisitsSummary/API.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/VisitsSummary/API.php b/plugins/VisitsSummary/API.php
index 15879a444f..7c252c900f 100644
--- a/plugins/VisitsSummary/API.php
+++ b/plugins/VisitsSummary/API.php
@@ -11,7 +11,9 @@
*/
/**
- *
+ * VisitsSummary API lets you access the core web analytics metrics (visits, unique visitors,
+ * count of actions (page views & downloads & clicks on outlinks), time on site, bounces and converted visits.
+ *
* @package Piwik_VisitsSummary
*/
class Piwik_VisitsSummary_API