diff options
author | Dave Arter <davea@mysociety.org> | 2018-07-17 08:29:05 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2018-07-17 08:29:05 +0100 |
commit | 6883084847047ab921fa4d0b26dc2b99cb525f37 (patch) | |
tree | c7f518cc2f58658b215a475cc544ad860240f109 | |
parent | 05dfc2579e871781225fcf1c884d9796ff4df3e3 (diff) |
[BANES] Update tracking scripts
Fixes mysociety/fixmystreet-commercial#1104
-rw-r--r-- | templates/web/bathnes/tracking_code.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/web/bathnes/tracking_code.html b/templates/web/bathnes/tracking_code.html index e6f20b90f..386b42e0e 100644 --- a/templates/web/bathnes/tracking_code.html +++ b/templates/web/bathnes/tracking_code.html @@ -7,6 +7,9 @@ gtag('config', 'UA-418184-9'); </script> + +<!-- Hotjar Tracking Code for www.bathnes.gov.uk --> +<script> (function(h,o,t,j,a,r){ h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)}; h._hjSettings={hjid:909367,hjsv:6}; a=o.getElementsByTagName('head')[0]; r=o.createElement('script');r.async=1; r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv; a.appendChild(r); })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv='); </script> [% ELSE %] <!-- Tracking code not inserted as "[% c.config.BASE_URL %]" not "https://www.fixmystreet.com" --> [% END %] |