web/hdalab/templates/google_analytics/async_analytics_template.html
changeset 170 cb3e869ab252
equal deleted inserted replaced
169:822676c32474 170:cb3e869ab252
       
     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>