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

<script>
    !function(b,r,i,s,t,o,l){b.GoogleAnalyticsObject=i;b[i]||(b[i]=function(){
    (b[i].q=b[i].q||[]).push(arguments)});b[i].l=+new Date;o=r.createElement(s);
    l=r.getElementsByTagName(s)[0];o.src=t;l.parentNode.insertBefore(o,l)}
    (window,document,'ga','script','https://www.google-analytics.com/analytics.js');

    ga('create', 'UA-79501135-1', 'auto');
    ga('send', 'pageview');
</script>

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