SAAS-174: Ability to add Google Analytics to the demo instance

- adding google-analytics.js
This commit is contained in:
James 2012-02-01 11:48:29 -05:00
parent 8e40c95e9a
commit 81d24b7825
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-28765064-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);
})();