soiz1 commited on
Commit
9017c63
·
1 Parent(s): d8ec1dd

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +9 -0
index.html CHANGED
@@ -5,6 +5,15 @@
5
  <script>
6
  eruda.init();
7
  </script>
 
 
 
 
 
 
 
 
 
8
  <script>
9
  document.addEventListener("DOMContentLoaded", () => {
10
  if (localStorage.getItem("admin") !== "1") {
 
5
  <script>
6
  eruda.init();
7
  </script>
8
+ <!-- Google tag (gtag.js) -->
9
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-2M35HBEEVH"></script>
10
+ <script>
11
+ window.dataLayer = window.dataLayer || [];
12
+ function gtag(){dataLayer.push(arguments);}
13
+ gtag('js', new Date());
14
+
15
+ gtag('config', 'G-2M35HBEEVH');
16
+ </script>
17
  <script>
18
  document.addEventListener("DOMContentLoaded", () => {
19
  if (localStorage.getItem("admin") !== "1") {