Explorar o código

Update _Layout.cshtml

KIM-JINO5 hai 4 meses
pai
achega
1e3515180c
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      Views/Shared/_Layout.cshtml

+ 2 - 2
Views/Shared/_Layout.cshtml

@@ -20,13 +20,13 @@
     @await RenderSectionAsync("Styles", required: false)
 
     <!-- Google tag (gtag.js) -->
-    <script async src="https://www.googletagmanager.com/gtag/js?id=G-1JJGFM7TD2"></script>
+    <script async src="https://www.googletagmanager.com/gtag/js?id=G-RPBF1M8JNY"></script>
     <script>
         window.dataLayer = window.dataLayer || [];
         function gtag(){dataLayer.push(arguments);}
         gtag('js', new Date());
 
-        gtag('config', 'G-1JJGFM7TD2');
+        gtag('config', 'G-RPBF1M8JNY');
     </script>
 </head>
 <body>