GFDRR / opencities

Jekyll template pages for Open Cities project
https://opencitiesproject.org
GNU General Public License v3.0
2 stars 6 forks source link

Add GA tracker #14

Closed cgiovando closed 5 years ago

cgiovando commented 6 years ago

Provide JS code to add to website

cgiovando commented 5 years ago

@ppasq here's the GA snippet to add

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

  gtag('config', 'UA-80600133-4');
</script>
ppasq commented 5 years ago

Fixed.