OSDN Git Service

初回コミット(v2.6.17.1)
[magic3/magic3.git] / widgets / s / g_analytics / include / template / default.tmpl.js
1 <patTemplate:tmpl name="_tmpl">
2         var _gaq = _gaq || [];
3         _gaq.push(['_setAccount', 'UA-{ACCOUNT_NO}']);
4         _gaq.push(['_trackPageview']);
5
6         (function() {
7                 var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
8                 ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
9                 var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
10         })();
11 </patTemplate:tmpl>