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:
authoralexkuk <kukovskoi@gmail.com>2016-04-19 05:26:51 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2016-04-19 05:26:51 +0300
commiteac5a58130665b5689ef7d2bb4ddc4367368b47f (patch)
tree325acfaadfa90c324f9900e3f8fdf522b9f847b0 /config
parentda1190f024c43f0b633b03f7c34e1a3a64f46f5d (diff)
Implements #9389 - UserId module, that adds a new Users report (#9883)
* Implement the UserId module, that adds a new Users report showing all unique user IDs and some aggregated data. Includes reindexing of raw visitors log into aggregated user ids table * Update UserId module: add total_actions, total_events and total_searches columns; format dates * Use an injected model instead of creating a new object * Rework the UserId plugin to use core archiver instead of custom indexer * Users report small changes: - remove logger injection - change archive record name - add low population filter - add all columns visualization - add datatable_archiving_maximum_rows_userid_users configuration, default value is 50000 * Remove unused method parameter * Users report: remove custom visualizations and add data-row-metadata attribute for every row
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 9967c31da7..463c166a4c 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -390,6 +390,9 @@ datatable_archiving_maximum_rows_referrers = 1000
; maximum number of rows for any of the Referrers subtable (search engines by keyword, keyword by campaign, etc.)
datatable_archiving_maximum_rows_subtable_referrers = 50
+; maximum number of rows for the Users report
+datatable_archiving_maximum_rows_userid_users = 50000
+
; maximum number of rows for the Custom Variables names report
; Note: if the website is Ecommerce enabled, the two values below will be automatically set to 50000
datatable_archiving_maximum_rows_custom_variables = 1000
@@ -800,6 +803,7 @@ Plugins[] = DevicePlugins
Plugins[] = Heartbeat
Plugins[] = Intl
Plugins[] = PiwikPro
+Plugins[] = UserId
[PluginsInstalled]
PluginsInstalled[] = Diagnostics