aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/hackney/tracking_code.html
blob: ac9a5bcf4c3ba6701b3fa7fbf83a920fc0eae486 (plain)
1
2
3
4
5
6
7
8
9
10
11
[% IF c.config.BASE_URL == "https://www.fixmystreet.com" %]
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-171536255-1"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-171536255-1');
</script>
[% END %]