From 682cc40c9106e20b97d86a663d0f2c2714e32303 Mon Sep 17 00:00:00 2001 From: Stefan Giehl Date: Sun, 20 May 2018 18:38:36 +0200 Subject: 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 --- plugins/Referrers/Reports/GetKeywords.php | 3 ++- plugins/Referrers/lang/en.json | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'plugins/Referrers') 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', '
'); + $this->documentation = Piwik::translate('Referrers_KeywordsReportDocumentation', '

') . + '

'. 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", -- cgit v1.2.3