aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/stevenage/tracking_code.html
blob: e7c2bafd6bcf114e48de24d84fe59659bef3c526 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[% IF c.config.BASE_URL == "https://www.fixmystreet.com" %]

<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-21613820-7', 'auto');
  ga('send', 'pageview');

</script>

[% ELSE %]
<!-- Tracking code not inserted as "[% c.config.BASE_URL %]" not "https://www.fixmystreet.com" -->
[% END %]