Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Plugin | Simple Analytics
#14
Great work crashfellow!

Have a note: the newest Analytics code (see below) is changed and must also be placed before </head>-tag i.s.o. </body>-tag!

Code:
<script type="text/javascript">
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-xxxxxx-x']);
  _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>
Reply


Messages In This Thread
Plugin | Simple Analytics - by crashfellow - 2010-03-03, 20:59:35
Plugin | Simple Analytics - by internet54 - 2010-03-04, 02:51:51
Plugin | Simple Analytics - by modulok30 - 2010-03-16, 02:49:13
Plugin | Simple Analytics - by Zegnåt - 2010-03-16, 02:58:32
Plugin | Simple Analytics - by modulok30 - 2010-03-16, 03:17:10
Plugin | Simple Analytics - by Zegnåt - 2010-03-16, 04:19:30
Plugin | Simple Analytics - by crashfellow - 2010-03-16, 08:00:19
Plugin | Simple Analytics - by ccagle8 - 2010-03-16, 12:28:29
Plugin | Simple Analytics - by ragou - 2010-04-26, 11:36:04
Plugin | Simple Analytics - by Carlos - 2010-04-27, 00:45:11
Plugin | Simple Analytics - by James - 2010-08-27, 01:31:56
Plugin | Simple Analytics - by Carlos - 2010-08-27, 01:49:09
Plugin | Simple Analytics - by James - 2010-08-27, 01:55:52
Plugin | Simple Analytics - by Rene - 2010-08-31, 19:12:01
Plugin | Simple Analytics - by alessiosomma - 2011-05-20, 20:06:08
Plugin | Simple Analytics - by alessiosomma - 2011-05-20, 23:29:25
Plugin | Simple Analytics - by crashfellow - 2011-08-22, 08:42:09
Plugin | Simple Analytics - by mikeh - 2011-08-22, 11:23:04
Plugin | Simple Analytics - by crashfellow - 2011-08-22, 11:30:00
Plugin | Simple Analytics - by mikeh - 2011-08-25, 05:35:23



Users browsing this thread: 2 Guest(s)