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:
authorPeter Zhang <peter@innocraft.com>2022-03-08 01:38:58 +0300
committerGitHub <noreply@github.com>2022-03-08 01:38:58 +0300
commit284c380bf85e9a5a89f6667c59c5a86e35eb08c1 (patch)
treea07c2c83ec3207508cef75bf915268f2ed184e24 /plugins/Contents
parent7c80d543332f84c396c0be81df91f8d27f49f517 (diff)
[Marketing]adding help link or search tracking campaign params (#18601)
* update vue and twig and php functions update vue and twig and php functions * Update helpLink.ts update regular expression * built vue files * update xml update xml * update some place update some place * add tests and group all into one javascript add tests and group all into one javascript * Update HelpLink.vue update vue build * built vue files * update some style and xml fixes update some style and xml fixes * built vue files * Update FrontControllerTest.php update exception error * Update FrontControllerTest.php update tests * Update FrontControllerTest.php remove all the line numbers * update to hardcode campaign params update to hardcode campaign params * built vue files * add mtm_keyword add mtm_keyword * update tests update tests * built vue files * Revert "update tests" This reverts commit 493482872facd9086f0daf9dd4c8c4701024b28e. * update xml update xml * built vue files * built vue files * Update plugins/Feedback/templates/index.twig Co-authored-by: Justin Velluppillai <justin@innocraft.com> * Update plugins/Feedback/templates/index.twig Co-authored-by: Justin Velluppillai <justin@innocraft.com> Co-authored-by: peterhashair <peterhashair@users.noreply.github.com> Co-authored-by: Justin Velluppillai <justin@innocraft.com>
Diffstat (limited to 'plugins/Contents')
-rw-r--r--plugins/Contents/Categories/ContentsSubcategory.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Contents/Categories/ContentsSubcategory.php b/plugins/Contents/Categories/ContentsSubcategory.php
index 702c0621cf..472e478357 100644
--- a/plugins/Contents/Categories/ContentsSubcategory.php
+++ b/plugins/Contents/Categories/ContentsSubcategory.php
@@ -20,6 +20,6 @@ class ContentsSubcategory extends Subcategory
public function getHelp()
{
return '<p>' . Piwik::translate('Contents_ContentsSubcategoryHelp1') . '</p>'
- . '<p><a href="https://matomo.org/docs/content-tracking/" rel="noreferrer noopener" target="_blank">' . Piwik::translate('Contents_ContentsSubcategoryHelp2') . '</a></p>';
+ . '<p><a href="https://matomo.org/docs/content-tracking/?mtm_campaign=App_Help&mtm_source=Matomo_App&&mtm_keyword=UserGuides" rel="noreferrer noopener" target="_blank">' . Piwik::translate('Contents_ContentsSubcategoryHelp2') . '</a></p>';
}
}