GA4
authorPatrick McGuire <insidenothing@gmail.com>
Mon, 15 Mar 2021 20:00:22 +0000 (16:00 -0400)
committerGitHub <noreply@github.com>
Mon, 15 Mar 2021 20:00:22 +0000 (16:00 -0400)
admin/header.php

index 8107f75..c8d58b7 100644 (file)
@@ -2,14 +2,14 @@
 <html lang="en">  
 <head>
   <!-- Global site tag (gtag.js) - Google Analytics -->
 <html lang="en">  
 <head>
   <!-- Global site tag (gtag.js) - Google Analytics -->
-  <script async src="https://www.googletagmanager.com/gtag/js?id=UA-165887820-1"></script>
-  <script>
-    window.dataLayer = window.dataLayer || [];
-    function gtag(){dataLayer.push(arguments);}
-    gtag('js', new Date());
+<script async src="https://www.googletagmanager.com/gtag/js?id=G-TY6C66ZWMX"></script>
+<script>
+  window.dataLayer = window.dataLayer || [];
+  function gtag(){dataLayer.push(arguments);}
+  gtag('js', new Date());
 
 
-    gtag('config', 'UA-165887820-1');
-  </script>
+  gtag('config', 'G-TY6C66ZWMX');
+</script>
   <?PHP 
   include_once('/var/www/secure.php'); //outside webserver
   include_once('../slack.php');
   <?PHP 
   include_once('/var/www/secure.php'); //outside webserver
   include_once('../slack.php');