Return to Snippet

Revision: 65154
at October 31, 2013 13:44 by maplecommerce


Initial Code
<script type="text/javascript">  
	var _gaq = _gaq || [];  _gaq.push(['_setAccount', 'UA-9699220-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>

Initial URL


Initial Description


Initial Title
20131031 Duplicate GA Code

Initial Tags


Initial Language
JavaScript