Advertisement
FallenEagle

The Infinite Fight of Pixels [JavaScript Part]

Nov 26th, 2015
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script type="text/javascript">
  2.  
  3.   var _gaq = _gaq || [];
  4.   _gaq.push(['_setAccount', 'UA-36545784-1']);
  5.   _gaq.push(['_trackPageview']);
  6.  
  7.   (function() {
  8.     var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  9.     ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  10.     var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  11.   })();
  12.  
  13. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement