source: projects/web/trunk/template/google-analytics.tmpl @ 8397

Revision 8397, 473 bytes checked in by daisuke, 10 years ago (diff)

update to new web design

Line 
1<script type="text/javascript">
2
3  var _gaq = _gaq || [];
4  _gaq.push(['_setAccount', 'UA-156959-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>
Note: See TracBrowser for help on using the repository browser.