web/hdalab/templates/google_analytics/analytics_template.html
author ymh <ymh.work@gmail.com>
Thu, 15 Mar 2012 15:48:34 +0100
changeset 170 cb3e869ab252
permissions -rw-r--r--
Add google analytics

<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', '{{ analytics_code }}']);
_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>