Thanks Stuart! Very helpful!

Jen

--
Jennifer Cwiok
Digital Projects Manager
American Museum of Natural History
Research Library
79th Street and Central Park West
New York, NY 10024-5192
212-769-5644
http://library.amnh.org


From: Stuart Yeates <stuart.yea...@vuw.ac.nz<mailto:stuart.yea...@vuw.ac.nz>>
Date: Wednesday, April 30, 2014 10:32 PM
To: DL User <jcw...@amnh.org<mailto:jcw...@amnh.org>>, 
"dspace-tech@lists.sourceforge.net<mailto:dspace-tech@lists.sourceforge.net>" 
<dspace-tech@lists.sourceforge.net<mailto:dspace-tech@lists.sourceforge.net>>
Subject: RE: using two google analytics accounts in DSpace

We do something similar. We rolled it out a while ago, before the new the new 
“Universal” thing. If you look at the source of 
http://researcharchive.vuw.ac.nz/ there are two google code sections. The first 
is our hand-rolled cross-site google code:

<script language="javascript" type="text/javascript" 
src="http://library.vuw.ac.nz/library/sites/all/themes/custom/library2/js/jquery/jquery-1.5.2.min.js";>
 // </script>
<script language="javascript" type="text/javascript" 
src="http://library.vuw.ac.nz/library/sites/all/themes/custom/library2/js/LIB/lib.ga.js";>
 // </script>
<script language="javascript" type="text/javascript">
                                LIB.GA.init();
                LIB.GA.trackPageview();
            </script>
</div>

Which was cut-and-pasted directly into the skin that we’re using. Below that is 
the default code:

<script type="text/javascript">
                   var _gaq = _gaq || [];
                   _gaq.push(['_setAccount', 'UA-6716162-1']);
                   _gaq.push(['_trackPageview']);

                   (function() {
                       var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
                       ga.src = ('https:' == document.location.protocol ? 
'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
                       var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
                   })();
           </script>

Cheers
stuart




From: Jennifer Cwiok [mailto:jcw...@amnh.org]
Sent: Thursday, 1 May 2014 7:38 a.m.
To: dspace-tech@lists.sourceforge.net<mailto:dspace-tech@lists.sourceforge.net>
Subject: [Dspace-tech] using two google analytics accounts in DSpace

Hi everyone,

Our centralized IT group wants to implement Universal Google Analytics in our 
organization and our department is one of the test cases. We already have 
Dspace stats and a Google Analytics account for Dspace. We want to add the 
Universal Google Analytics code from our central IT in addition to the 
statistics we already have in place. Does anyone know if this is possible? And 
where would I add the code for the Universal Google Analytics account?

Thanks in advance,

Jennifer

--
Jennifer Cwiok
Digital Projects Manager
American Museum of Natural History
Research Library
79th Street and Central Park West
New York, NY 10024-5192
212-769-5644
http://library.amnh.org

------------------------------------------------------------------------------
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
&#149; 3 signs your SCM is hindering your productivity
&#149; Requirements for releasing software faster
&#149; Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to