Add Google Analytics tracking property for jspui to dspace.cfg

This commit is contained in:
robintaylor
2012-08-06 15:09:55 +01:00
parent 5d9143ec19
commit 033ebc6496

View File

@@ -1559,6 +1559,16 @@ webui.suggest.enable = false
# #
# webui.session.invalidate = true # webui.session.invalidate = true
# If you would like to use google analytics to track general website statistics then
# use the following parameter to provide your analytics key. First sign up for an
# account at http://analytics.google.com, then create an entry for your repositories
# website. Analytics will give you a snipit of javascript code to place on your site,
# inside that snip it is your google analytics key usually found in the line:
# _uacct = "UA-XXXXXXX-X"
# Take this key (just the UA-XXXXXX-X part) and place it here in this parameter.
# jspui.google.analytics.key=UA-XXXXXX-X
#---------------------------------------------------------------# #---------------------------------------------------------------#
#--------------XMLUI SPECIFIC CONFIGURATIONS--------------------# #--------------XMLUI SPECIFIC CONFIGURATIONS--------------------#
#---------------------------------------------------------------# #---------------------------------------------------------------#