sunguroku 2 anni fa
parent
commit
badac33809
1 ha cambiato i file con 14 aggiunte e 1 eliminazioni
  1. 14 1
      dashboard/src/index.html

+ 14 - 1
dashboard/src/index.html

@@ -2,6 +2,14 @@
 <html lang="en">
 
 <head>
+  <!-- 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-P8D92VJ');</script>
+  <!-- End Google Tag Manager -->
+  
   <title>Porter | Dashboard</title>
   <link rel="icon" href="https://i.ibb.co/HnSk02f/ptr.png" />
   <meta name="description" content="Kubernetes powered PaaS that runs in your own cloud." />
@@ -24,8 +32,13 @@
 </head>
 
 <body>
+  <!-- Google Tag Manager (noscript) -->
+  <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-P8D92VJ"
+  height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
+  <!-- End Google Tag Manager (noscript) -->
+  
   <div id="output"></div>
   <div id="modal-root"></div>
 </body>
 
-</html>
+</html>