blob: c4500ca9f290d8d3f5420d38bc2465258f995075 [file] [log] [blame]
Giulio Fidente44ccac72013-03-21 18:51:03 +01001{% if GOOGLE_ANALYTICS %}
2<script type="text/javascript">
Giulio Fidente44ccac72013-03-21 18:51:03 +01003 var _gaq = _gaq || [];
4 _gaq.push(['_setAccount', '{{ GOOGLE_ANALYTICS }}']);
5 _gaq.push(['_trackPageview']);
6
7 (function() {
8 var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
pR0Ps4f646132013-12-11 08:25:14 -05009 ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js';
Giulio Fidente44ccac72013-03-21 18:51:03 +010010 var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
11 })();
Giulio Fidente44ccac72013-03-21 18:51:03 +010012</script>
13{% endif %}