[CST-6751] Improved dspace.cfg

This commit is contained in:
Luca Giamminonni
2022-09-27 16:38:47 +02:00
parent c3a99f6f62
commit a41b9bea82

View File

@@ -1512,12 +1512,17 @@ log.report.dir = ${dspace.dir}/log
# _uacct = "UA-XXXXXXX-X"
# Take this key (just the UA-XXXXXX-X part) and place it here in this parameter.
# google.analytics.key=UA-XXXXXX-X
# The max number of events held in the GA buffer (default: 256)
# google.analytics.buffer.limit=256
# Define cron for how frequently events tracked in the DSpace backend will be sent to Google Analytics
# This MUST be enabled if you wish to use `google.analytics.api-secret` to track bitstream download statistics (and similar)
# Cron syntax is defined at https://www.quartz-scheduler.org/api/2.3.0/org/quartz/CronTrigger.html
# Keep in mind, changing the schedule requires rebooting your servlet container, e.g. Tomcat.
# The below example will run this task daily, every 5 minutes
# google.analytics.cron = 0 0/5 * * * ?
# Defines a Measurement Protocol API Secret to be used to track interactions which occur outside of the user's browser.
# For example , this is required to track downloads of bitstreams. This setting is only used by Google Analytics 4.
# For more details see https://developers.google.com/analytics/devguides/collection/protocol/ga4