Difference between revisions of "SUNScholar/Google Analytics"

From Libopedia
Jump to navigation Jump to search
m
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
  '''[[SUNScholar/Google/Analytics|BACK TO GOOGLE ANALYTICS]]'''
 
  '''[[SUNScholar/Google/Analytics|BACK TO GOOGLE ANALYTICS]]'''
 
</center>
 
</center>
==Requirements==
 
The Google Analytics feature in DSpace needs to consult an external database when doing statistical data lookups.
 
 
Therefore you '''MUST''' ensure that your repository server has unrestricted access via ports 80 and 443 to the following web site:
 
http://www.googleapis.com
 
 
<font color="red">'''Consult with your campus network administrator to ensure that your server has the correct access to the Google API web site.'''</font>
 
 
 
==Introduction==
 
==Introduction==
 
As of DSpace version 5.0 it has also become possible to expose recorded Google Analytics data within DSpace.
 
As of DSpace version 5.0 it has also become possible to expose recorded Google Analytics data within DSpace.
Line 16: Line 8:
  
 
The data is retrieved from Google using the Google Analytics Reporting API v3.
 
The data is retrieved from Google using the Google Analytics Reporting API v3.
 
+
==Instructions==
==[[SUNScholar/Google Analytics/5.X|For DSpace 5.X]]==
+
===[[SUNScholar/Google Analytics/5.X|For DSpace 5.X]]===
  
 
==References==
 
==References==
 +
*https://wiki.duraspace.org/display/DSDOC5x/DSpace+Google+Analytics+Statistics
 
*https://developers.google.com/analytics/devguides/reporting/core/v3/reference
 
*https://developers.google.com/analytics/devguides/reporting/core/v3/reference
*https://wiki.duraspace.org/display/DSDOC5x/DSpace+Google+Analytics+Statistics
+
[[Category:Customisation]]
 +
[[Category:Operations]]

Latest revision as of 09:16, 26 September 2016

BACK TO GOOGLE ANALYTICS

Introduction

As of DSpace version 5.0 it has also become possible to expose recorded Google Analytics data within DSpace.

At present this is only available to those sites using themes based on the XMLUI Mirage2 theme but it is hoped that further development will result in it being available for other XMLUI themes and for the JSPUI.

The data is retrieved from Google using the Google Analytics Reporting API v3.

Instructions

For DSpace 5.X

References