Sam20202 commited on
Commit
b6a4ae1
·
1 Parent(s): 0533780

Add Google Analytics

Browse files
Files changed (1) hide show
  1. frontend/index.html +9 -0
frontend/index.html CHANGED
@@ -432,6 +432,15 @@
432
  .col + .col { border-left: none; border-top: 1px solid var(--border); }
433
  }
434
  </style>
 
 
 
 
 
 
 
 
 
435
  </head>
436
  <body>
437
  <div class="page">
 
432
  .col + .col { border-left: none; border-top: 1px solid var(--border); }
433
  }
434
  </style>
435
+
436
+ <!-- Google Analytics -->
437
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-B840VLLZWQ"></script>
438
+ <script>
439
+ window.dataLayer = window.dataLayer || [];
440
+ function gtag(){dataLayer.push(arguments);}
441
+ gtag('js', new Date());
442
+ gtag('config', 'G-B840VLLZWQ');
443
+ </script>
444
  </head>
445
  <body>
446
  <div class="page">