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:
authorStefan Giehl <stefan@matomo.org>2019-07-03 13:57:10 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2019-07-03 13:57:10 +0300
commit454cad40e9445175cf718432f2b0cc0f00df500c (patch)
treefa095e63801fe5720969686b402b51a5cab4522a /config
parent3f57d22f33c178e282c99d250f99ee2700dd1551 (diff)
Adds fbclid to excluded query parameters (#14618)
fixes #14613
Diffstat (limited to 'config')
-rwxr-xr-xconfig/global.ini.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 1f956a3a8c..346d8de1cb 100755
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -773,7 +773,7 @@ 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, Matomo 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,pk_vid"
+url_query_parameter_to_exclude_from_url = "gclid,fbclid,fb_xd_fragment,fb_comment_id,phpsessid,jsessionid,sessionid,aspsessionid,doing_wp_cron,sid,pk_vid"
; if set to 1, Matomo attempts a "best guess" at the visitor's country of
; origin when the preferred language tag omits region information.