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:
authorMatthieu Aubry <mattab@users.noreply.github.com>2020-03-09 19:34:15 +0300
committerGitHub <noreply@github.com>2020-03-09 19:34:15 +0300
commit65b1fcd4cf1ca12d0852d373071e7577e3dbdef4 (patch)
tree3d84dea9a7031003a7fc3ff22eb6ca0471babcff /config
parent28e819cd2592f513490097b3fe27c12344fe4597 (diff)
Process unique visitor metric for Roll-ups (set enable_processing_unique_visitors_multiple_sites = 1) (#15450)
* Process unique visitor metric for Roll-ups (set enable_processing_unique_visitors_multiple_sites = 1) Alternatively, we could remove this setting completely and always assume we want to process unique visitors across websites. I'm not sure there is any reason not to want this enabled? * Update Screenshot Co-authored-by: sgiehl <stefan@matomo.org>
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 04485db61a..aaed647f99 100755
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -200,7 +200,7 @@ enable_processing_unique_visitors_range = 0
; controls whether Unique Visitors will be processed for groups of websites. these metrics describe the number
; of unique visitors across the entire set of websites, so if a visitor visited two websites in the group, she
; would still only be counted as one. only relevant when using plugins that group sites together
-enable_processing_unique_visitors_multiple_sites = 0
+enable_processing_unique_visitors_multiple_sites = 1
; The list of periods that are available in the Matomo calendar
; Example use case: custom date range requests are processed in real time,