summaryrefslogtreecommitdiff
path: root/www/src/components/GoogleAnalytics.astro
blob: 8790b2b18157d4051af1745c18422697c7872bcc (plain) (blame)
1
2
3
4
5
6
7
8
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-130280175-15"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());
  gtag('config', 'UA-130280175-15');
</script>