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:
authorStefan Giehl <stefan@piwik.org>2018-05-20 19:38:36 +0300
committerGitHub <noreply@github.com>2018-05-20 19:38:36 +0300
commit682cc40c9106e20b97d86a663d0f2c2714e32303 (patch)
tree843734b714b7b8ea155961620ef0aa0c18a298fb /plugins/Referrers
parent34191a72b84bde53f7fb58a04d62be8bac09d4fa (diff)
Improve report documentation of search keywords report (#12911)
* Improve report documentation of search keywords report added a note that most keywords will be reported as unknown as they are hidden by search engines * adds extra line break
Diffstat (limited to 'plugins/Referrers')
-rw-r--r--plugins/Referrers/Reports/GetKeywords.php3
-rw-r--r--plugins/Referrers/lang/en.json1
2 files changed, 3 insertions, 1 deletions
diff --git a/plugins/Referrers/Reports/GetKeywords.php b/plugins/Referrers/Reports/GetKeywords.php
index 7cd0473fe0..64c329ab26 100644
--- a/plugins/Referrers/Reports/GetKeywords.php
+++ b/plugins/Referrers/Reports/GetKeywords.php
@@ -23,7 +23,8 @@ class GetKeywords extends Base
parent::init();
$this->dimension = new Keyword();
$this->name = Piwik::translate('Referrers_Keywords');
- $this->documentation = Piwik::translate('Referrers_KeywordsReportDocumentation', '<br />');
+ $this->documentation = Piwik::translate('Referrers_KeywordsReportDocumentation', '<br /><br />') .
+ '<br /><br />'. Piwik::translate('Referrers_KeywordsReportDocumentationNote');
$this->actionToLoadSubTables = 'getSearchEnginesFromKeywordId';
$this->hasGoalMetrics = true;
$this->order = 3;
diff --git a/plugins/Referrers/lang/en.json b/plugins/Referrers/lang/en.json
index d19cecfde0..b2c0d7eda2 100644
--- a/plugins/Referrers/lang/en.json
+++ b/plugins/Referrers/lang/en.json
@@ -20,6 +20,7 @@
"EvolutionDocumentationMoreInfo": "For more information about the different referrer types, see the documentation of the %s table.",
"Keywords": "Keywords",
"KeywordsReportDocumentation": "This report shows which keywords users were searching for before they were referred to your website. %s By clicking on a row in the table, you can see the distribution of search engines that were queried for the keyword.",
+ "KeywordsReportDocumentationNote": "Note: This report lists most keywords as not defined, because most search engines do not send the exact keyword used on the search engine.",
"PluginDescription": "Reports the Referrers data: Search Engines, Keywords, Websites, Campaigns, Social media, Direct entry.",
"Referrer": "Referrer",
"ReferrerName": "Referrer Name",