kevbite / ParkrunMap

An unofficial parkrun event map
https://parkrun-map.com
MIT License
4 stars 0 forks source link

Add Google Analytics #10

Closed kevbite closed 5 years ago

kevbite commented 5 years ago

We need to add the following to all the pages.

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-131581490-1"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-131581490-1');
</script>