/ _includes / head-custom-google-analytics.html
head-custom-google-analytics.html
1  <!-- Global site tag (gtag.js) - Google Analytics -->
2  <script async src="https://www.googletagmanager.com/gtag/js?id=G-PDTWTJ35PP"></script>
3  <script>
4    window.dataLayer = window.dataLayer || [];
5    function gtag(){dataLayer.push(arguments);}
6    gtag('js', new Date());
7  
8    gtag('config', 'G-PDTWTJ35PP');
9  </script>