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
path: root/config
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2013-11-28 02:00:20 +0400
committermattab <matthieu.aubry@gmail.com>2013-11-28 02:00:20 +0400
commitee11ad1336645f09869d893da6dcf42a7076801b (patch)
tree588ba3d59b9da913c07e4b156212c5743425a65b /config
parentf12f74d606de98f70f5f2229442b9b7851921e9b (diff)
Adding pk_keyword to the list of supported keyword parameters
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 07f0b68dd8..bec010cb69 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -422,7 +422,7 @@ campaign_var_name = "pk_campaign,piwik_campaign,utm_campaign,utm_source,utm_medi
; Example: If a visitor first visits 'index.php?piwik_campaign=Adwords-CPC&piwik_kwd=My killer keyword' ;
; then it will be counted as a campaign referrer named 'Adwords-CPC' with the keyword 'My killer keyword'
; Includes by default the GA style campaign keyword parameter utm_term
-campaign_keyword_var_name = "pk_kwd,piwik_kwd,utm_term"
+campaign_keyword_var_name = "pk_kwd,piwik_kwd,pk_keyword,utm_term"
; maximum length of a Page Title or a Page URL recorded in the log_action.name table
page_maximum_length = 1024;