User Tools

Site Tools


en:user_advanced:google_analytics

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:user_advanced:google_analytics [2018/08/07 01:37] kjdonen:user_advanced:google_analytics [2023/03/13 01:46] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +
 +
 +
 ====== Using Google Analytics ====== ====== Using Google Analytics ======
  
Line 65: Line 68:
 </code> </code>
  
 +Now that this has been implemented, instead of hard coding the tracking id in the xslt file, you can specify it as an initParam to a servlet (therefore each servlet can have a different one if need be)
 +
 +In web/WEB-INF/servlets.xml, add an init-param like the following to the main library servlet (specifying of course, your actual google id):
 +<code>
 + <init-param>
 +   <param-name>google_tracking_id</param-name>
 +   <param-value>UA-xxx-1</param-value>
 + </init-param>
 +
 +</code>
  
 +You will need to restart the server for this to take effect.
en/user_advanced/google_analytics.1533605858.txt.gz · Last modified: 2018/08/07 01:37 by kjdon