From 482e797236ff984d450dbf5802f7148bdc40d94b Mon Sep 17 00:00:00 2001 From: diosmosis Date: Mon, 8 Sep 2014 20:23:04 -0700 Subject: Allow LogAggregator to work with multiple site IDs, compute unique visitors for archives of multiple sites and add option to control whether unique visitors for multiple sites are processed. --- config/global.ini.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config') diff --git a/config/global.ini.php b/config/global.ini.php index 649b1964ba..ff987583d2 100644 --- a/config/global.ini.php +++ b/config/global.ini.php @@ -111,6 +111,11 @@ enable_processing_unique_visitors_month = 1 enable_processing_unique_visitors_year = 0 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 + ; The list of periods that are available in the Piwik calendar ; Example use case: custom date range requests are processed in real time, ; so they may take a few minutes on very high traffic website: you may remove "range" below to disable this period -- cgit v1.2.3