diff options
Diffstat (limited to 'templates/web/buckinghamshire/tracking_code.html')
-rw-r--r-- | templates/web/buckinghamshire/tracking_code.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/web/buckinghamshire/tracking_code.html b/templates/web/buckinghamshire/tracking_code.html index 2af08af09..070ef2dfc 100644 --- a/templates/web/buckinghamshire/tracking_code.html +++ b/templates/web/buckinghamshire/tracking_code.html @@ -1,7 +1,8 @@ [% IF c.config.BASE_URL == "https://www.fixmystreet.com" %] <!-- Google Tag Manager --> -<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': +<script nonce="[% csp_nonce %]"> +(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); |