src/ldt/ldt/templates/google_analytics/async_analytics_template.html
changeset 589 e7410c4df032
equal deleted inserted replaced
588:a18a8abd1089 589:e7410c4df032
       
     1 <script>
       
     2 var _gaq=[['_setAccount','{{ analytics_code }}'],['_trackPageview']];
       
     3 (function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
       
     4 g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
       
     5 s.parentNode.insertBefore(g,s)}(document,'script'));
       
     6 </script>