2016-10-29 19:02:14 -04:00
|
|
|
<script>
|
2021-10-02 02:28:46 -07: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-09-28 17:42:38 -04:00
|
|
|
</script>
|
2021-10-02 02:28:46 -07:00
|
|
|
<script src="https://www.google-analytics.com/analytics.js" async></script>
|