Skip to content

Commit 8f94980

Browse files
committed
Installation of Custom Reports Plugin
Why these changes are being introduced: UXWS Requested the installation of the Custom Reports premium plugin. The prep work has already been completed (loading the files into the container). Now it's time to move on to enabling the plugin and ensuring that the container definition is up-to-date. How this addresses that need: * Update the config.ini.php file to match the changes that appeared in the running container Side effects of this change: None. Relevant ticket(s): * https://mitlibraries.atlassian.net/browse/INFRA-576
1 parent 6deccb8 commit 8f94980

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

files/config.ini.php

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
; maximum number of rows for sub-tables of the Events tables (eg. for the subtables Categories>Actions or Categories>Names).
4040
datatable_archiving_maximum_rows_subtable_events = 100
4141

42-
4342
[mail]
4443

4544
[Plugins]
@@ -104,6 +103,7 @@
104103
Plugins[] = "FeatureFlags"
105104
Plugins[] = "MobileAppMeasurable"
106105
Plugins[] = "TagManager"
106+
Plugins[] = "CustomReports"
107107
Plugins[] = "CustomVariables"
108108
Plugins[] = "EnvironmentVariables"
109109
Plugins[] = "HeatmapSessionRecording"
@@ -185,6 +185,8 @@
185185
PluginsInstalled[] = "WebsiteMeasurable"
186186
PluginsInstalled[] = "Widgetize"
187187
PluginsInstalled[] = "SearchEngineKeywordsPerformance"
188+
PluginsInstalled[] = "CustomReports"
189+
188190

189191
[HeatmapSessionRecording]
190192
add_tracking_code_only_when_needed = 1
@@ -197,3 +199,21 @@
197199
UsersFlow_num_max_steps = 10
198200
UsersFlow_num_max_rows_in_actions = 100
199201
UsersFlow_num_max_links_per_interaction = 5000
202+
203+
[CustomReports]
204+
custom_reports_validate_report_content_all_websites = 1
205+
custom_reports_always_show_unique_visitors = 0
206+
custom_reports_max_execution_time = 0
207+
custom_reports_disabled_dimensions = ""
208+
custom_reports_periods_force_aggregate_report_unique_metrics_evolution = ""
209+
custom_reports_max_dimensions = 3
210+
datatable_archiving_maximum_rows_custom_reports_dimensions_default = 50
211+
datatable_archiving_maximum_rows_subtable_custom_reports_dimensions_default = 10
212+
datatable_archiving_maximum_rows_custom_reports_dimensions_1 = 50
213+
datatable_archiving_maximum_rows_subtable_custom_reports_dimensions_1 = 10
214+
datatable_archiving_maximum_rows_custom_reports_dimensions_2 = 50
215+
datatable_archiving_maximum_rows_subtable_custom_reports_dimensions_2 = 10
216+
datatable_archiving_maximum_rows_custom_reports_dimensions_3 = 50
217+
datatable_archiving_maximum_rows_subtable_custom_reports_dimensions_3 = 10
218+
custom_reports_preview_report_timeframes = "-15 minutes,-1 hour,-3 hours,-6 hours"
219+
custom_reports_preview_report_min_rows_required = 3

0 commit comments

Comments
 (0)