src/hdalab/templates/google_analytics/async_analytics_template.html
author cavaliet
Tue, 17 Jun 2014 10:25:33 +0200
changeset 271 8f77cf71ab02
parent 170 web/hdalab/templates/google_analytics/async_analytics_template.html@cb3e869ab252
child 668 f66c544255e1
permissions -rw-r--r--
commit the venv update (django and dependancies) in the good head

<script>
var _gaq=[['_setAccount','{{ analytics_code }}'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>