39
39
; maximum number of rows for sub-tables of the Events tables (eg. for the subtables Categories>Actions or Categories>Names).
40
40
datatable_archiving_maximum_rows_subtable_events = 100
41
41
42
-
43
42
[mail]
44
43
45
44
[Plugins]
104
103
Plugins[] = "FeatureFlags"
105
104
Plugins[] = "MobileAppMeasurable"
106
105
Plugins[] = "TagManager"
106
+ Plugins[] = "CustomReports"
107
107
Plugins[] = "CustomVariables"
108
108
Plugins[] = "EnvironmentVariables"
109
109
Plugins[] = "HeatmapSessionRecording"
185
185
PluginsInstalled[] = "WebsiteMeasurable"
186
186
PluginsInstalled[] = "Widgetize"
187
187
PluginsInstalled[] = "SearchEngineKeywordsPerformance"
188
+ PluginsInstalled[] = "CustomReports"
189
+
188
190
189
191
[HeatmapSessionRecording]
190
192
add_tracking_code_only_when_needed = 1
197
199
UsersFlow_num_max_steps = 10
198
200
UsersFlow_num_max_rows_in_actions = 100
199
201
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