Guide_Wii/_includes/analytics-providers/google-universal.html

8 lines
340 B
HTML
Raw Normal View History

2016-10-30 01:02:14 +02:00
<script>
window.ga=function(){ga.q.push(arguments)};ga.q=[];ga.l=+new Date;
ga('create','{{ site.analytics.google.tracking_id }}','auto');
ga('set', 'anonymizeIp', {{ site.analytics.google.anonymize_ip | default: false }});
ga('send','pageview')
2017-10-28 21:58:34 +02:00
</script>
<script src="https://www.google-analytics.com/analytics.js" async></script>