Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

It is possible to record User Interface traffic by enabling the recording of Google Analytics data within DSpace using the google.analytics.key in the DSpace configuration file dspace.cfg (or local.cfg).

By default this "google.analytics.key" is empty, which means that Google Analytics is disabled.  To enable it, simply set the value of google.analytics.key in either your local.cfg or dspace.cfg:

Code Block
google.analytics.key = UA-XXXXXX-X

As of DSpace 5 (and above) downloads are now recorded as Google 'Events', so that all item page views and bitstream downloads are recorded. 

...