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:
authorThomas Steur <tsteur@users.noreply.github.com>2014-04-10 03:48:36 +0400
committerThomas Steur <tsteur@users.noreply.github.com>2014-04-10 03:48:36 +0400
commit76eb00ebf8e85db7588e0a653a8acbff282c98d6 (patch)
tree429b732c0b8beae5e498c35c273f15b8d80c707e /misc/others
parent435deb244e4470afb28b0837ef778a1b78fe17b7 (diff)
fix typo
Diffstat (limited to 'misc/others')
-rw-r--r--misc/others/api_rest_call.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/others/api_rest_call.php b/misc/others/api_rest_call.php
index 5b6a9e4cd5..d158454e24 100644
--- a/misc/others/api_rest_call.php
+++ b/misc/others/api_rest_call.php
@@ -5,7 +5,7 @@ exit; // REMOVE this line to run the script
// You can get the token on the API page inside your Piwik interface
$token_auth = 'anonymous';
-// we call the REST API and request the 100 first keywords for the last month for the idsite=1
+// we call the REST API and request the 100 first keywords for the last month for the idsite=7
$url = "http://demo.piwik.org/";
$url .= "?module=API&method=Referrers.getKeywords";
$url .= "&idSite=7&period=month&date=yesterday";