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>2016-03-31 07:27:21 +0300
committermattab <matthieu.aubry@gmail.com>2016-03-31 07:27:21 +0300
commit283e0499f8370c4c289dfdab6d39d7abb568a647 (patch)
tree3d35013c9ae57c125153b8c53b978132caa86a4f /config
parentc928ff499504e319bb1b43e5abf2ae84484169e5 (diff)
URL query string parameters to remove from URL are now stored in config file
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 431e9a21bc..9967c31da7 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -623,6 +623,10 @@ window_look_back_for_visitor = 0
; visitors that stay on the website and view only one page will be considered as time on site of 0 second
default_time_one_page_visit = 0
+; Comma separated list of URL query string variable names that will be removed from your tracked URLs
+; By default, Piwik will remove the most common parameters which are known to change often (eg. session ID parameters)
+url_query_parameter_to_exclude_from_url = "gclid,fb_xd_fragment,fb_comment_id,phpsessid,jsessionid,sessionid,aspsessionid,doing_wp_cron,sid"
+
; if set to 1, Piwik attempts a "best guess" at the visitor's country of
; origin when the preferred language tag omits region information.
; The mapping is defined in core/DataFiles/LanguageToCountry.php,