2016-10-30 01:02:14 +02:00
|
|
|
<script>
|
2023-09-29 04:03:51 +02: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-10-28 21:58:34 +02:00
|
|
|
</script>
|
2023-09-29 04:03:51 +02:00
|
|
|
<script src="https://www.google-analytics.com/analytics.js" async></script>
|