]> _ Git - physioassist-wordpress.git/commitdiff
Wait #3341 @0.25
authorstephen@cubedesigners.com <stephen@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Thu, 16 Jan 2020 20:05:54 +0000 (20:05 +0000)
committerstephen@cubedesigners.com <stephen@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Thu, 16 Jan 2020 20:05:54 +0000 (20:05 +0000)
wp-content/themes/physioassist/resources/views/layouts/app.blade.php
wp-content/themes/physioassist/resources/views/partials/head.blade.php

index 6942b19ab91faf351101d400954e152e78f5743b..992cb03028c1a6b85ffdb83285e790f4ac0609cb 100644 (file)
@@ -3,6 +3,12 @@
   @include('partials.head')
   {{-- When not using the hero image header template the compact header is set --}}
   <body @php(body_class( is_page_template('views/template-transparent-header.blade.php') ? '' : 'header-compact' ))>
+
+    <!-- Google Tag Manager (noscript) -->
+    <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M3NHJ8X"
+                      height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
+    <!-- End Google Tag Manager (noscript) -->
+
     @php(do_action('get_header'))
     @include('partials.header')
     <div class="wrap container" role="document">
index 1ea3693c4ad697ee19c15a6ca6b97b915e0827b0..abf3acc9606b3ead556d333f4afaf5eb416371fc 100644 (file)
@@ -3,6 +3,14 @@
   <meta http-equiv="x-ua-compatible" content="ie=edge">
   <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
 
+  <!-- Google Tag Manager -->
+  <script>(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);
+    })(window,document,'script','dataLayer','GTM-M3NHJ8X');</script>
+  <!-- End Google Tag Manager -->
+
   <script>
     window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
     ga('create', 'UA-74498434-1', 'auto');