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:
authordiosmosis <benaka@piwik.pro>2014-12-13 02:43:16 +0300
committerdiosmosis <benaka@piwik.pro>2014-12-13 02:43:16 +0300
commit09a15c217316139dbf07b5b428cc6f85bcc9ae81 (patch)
tree84c232060c27bdb25c76a190f1c1d8d7a9e5300d /config
parenta6cb3c87cd55ab2278a0eeb82f3da3d432e46223 (diff)
Applying review changes: remove tracker_ prefix from config names, move shouldForceNewVisit to VisitDimension and simplify triggerPredicateHookOnDimensions.
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index b4fde4c358..65e42247b8 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -586,15 +586,15 @@ campaign_var_name = "pk_cpn,pk_campaign,piwik_campaign,utm_campaign,utm_source,u
; Includes by default the GA style campaign keyword parameter utm_term
campaign_keyword_var_name = "pk_kwd,pk_keyword,piwik_kwd,utm_term"
-; if set to 1, actions that contain different campaign information from the last action in the current visit will
+; if set to 1, actions that contain different campaign information from the visitor's in progress visit will
; be treated as the start of a new visit. This will include situations when campaign information was absent before,
-; but is present now (or vice versa).
-tracker_create_new_visit_when_campaign_changes = 1
+; but is present now.
+create_new_visit_when_campaign_changes = 1
-; if set to 1, actions that contain different website referrer information from the last action in the current visit
+; if set to 1, actions that contain different website referrer information from the visitor's in progress visit
; will be treatedas the start of a new visit. This will include situations when website referrer information was
-; absent before, but is present now (or vice versa).
-tracker_create_new_visit_when_website_referrer_changes = 0
+; absent before, but is present now.
+create_new_visit_when_website_referrer_changes = 0
; maximum length of a Page Title or a Page URL recorded in the log_action.name table
page_maximum_length = 1024;