Giulio Fidente | 44ccac7 | 2013-03-21 18:51:03 +0100 | [diff] [blame^] | 1 | {% if GOOGLE_ANALYTICS %} |
| 2 | <script type="text/javascript"> |
| 3 | |
| 4 | var _gaq = _gaq || []; |
| 5 | _gaq.push(['_setAccount', '{{ GOOGLE_ANALYTICS }}']); |
| 6 | _gaq.push(['_trackPageview']); |
| 7 | |
| 8 | (function() { |
| 9 | var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; |
| 10 | ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; |
| 11 | var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); |
| 12 | })(); |
| 13 | |
| 14 | </script> |
| 15 | {% endif %} |