blob: 067fb1a58fc772c5203d92c9b7522dedb18efea1 (
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" %]
<!-- Global Site Tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-136557400-1"></script>
<script nonce="[% csp_nonce %]">
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-136557400-1');
</script>
[% ELSE %]
<!-- Tracking code not inserted as "[% c.config.BASE_URL %]" not "https://www.fixmystreet.com" -->
[% END %]
|