Created
September 27, 2011 21:07
-
-
Save joshuacc/1246253 to your computer and use it in GitHub Desktop.
Updated GU Analytics
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript"> | |
var _gaq = _gaq || []; | |
_gaq.push( | |
/*Site Trackers*/ | |
['_setAccount', 'UA-11510242-21'], | |
['_trackPageview'], | |
['legacy._setAccount', 'UA-1433013-7'], | |
['legacy._trackPageview'], | |
/*Multi-Site Trackers*/ | |
['multiSite._setAccount', 'UA-19487664-2'], | |
['multiSite._setDomainName', '.georgetown.edu'], | |
['multiSite._trackPageview'], | |
['master._setAccount', 'UA-15471953-1'], | |
['master._setDomainName', '.georgetown.edu'], | |
['master._trackPageview'] | |
); | |
/*Global GA Script: Public Pages*/ | |
(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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment