2017-07-29 21:23:40 +00:00
|
|
|
{{#if gaPropertyId}}
|
|
|
|
<script>
|
2018-05-24 20:49:50 +00:00
|
|
|
if (navigator.doNotTrack !== '1' && window.doNotTrack !== '1') {
|
|
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
|
|
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
|
2017-07-29 21:23:40 +00:00
|
|
|
|
2018-05-24 20:49:50 +00:00
|
|
|
ga('create', '{{{gaPropertyId}}}', 'auto');
|
|
|
|
ga('send', 'pageview');
|
|
|
|
} else {
|
|
|
|
console.log('Google Analytics disabled by "Do Not Track"');
|
|
|
|
}
|
2017-07-29 21:23:40 +00:00
|
|
|
</script>
|
|
|
|
{{/if}}
|