2016-03-07 17:29:35 +01:00
|
|
|
<script>
|
2019-03-06 00:56:03 +01:00
|
|
|
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-01-24 16:23:32 +01:00
|
|
|
</script>
|
2019-03-06 00:56:03 +01:00
|
|
|
<script src="https://www.google-analytics.com/analytics.js" async></script>
|