20131031 Duplicate GA Code


/ Published in: JavaScript
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <script type="text/javascript"> 
  2. var _gaq = _gaq || [];  _gaq.push(['_setAccount', 'UA-9699220-1']);
  3. _gaq.push(['_trackPageview']); 
  4. (function() {   
  5. var ga = document.createElement('script');
  6. ga.type = 'text/javascript'; ga.async = true;   
  7. ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';   
  8. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); 
  9. })();
  10. </script>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.