diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-07-12 15:32:30 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2019-07-12 15:32:30 +0100 |
commit | b6fb8bad1399db172c0f3231e4a7961d6c58033c (patch) | |
tree | daddd843890f7f5609421a7d456d88161f1fc117 /templates/web/bathnes/before_wrapper.html | |
parent | 63d6df88f1fc7d3f07e980e5a18b32786bf30989 (diff) |
[BANES] Add GTM code.
Diffstat (limited to 'templates/web/bathnes/before_wrapper.html')
-rw-r--r-- | templates/web/bathnes/before_wrapper.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/web/bathnes/before_wrapper.html b/templates/web/bathnes/before_wrapper.html new file mode 100644 index 000000000..8da680a9f --- /dev/null +++ b/templates/web/bathnes/before_wrapper.html @@ -0,0 +1,6 @@ +[% IF c.config.BASE_URL == "https://www.fixmystreet.com" %] +<!-- Google Tag Manager (noscript) --> +<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NTQSP7S" +height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> +<!-- End Google Tag Manager (noscript) --> +[% END %] |