theWitcher commited on
Commit
779e1b3
·
1 Parent(s): 353b8f2

add googletagmanager

Browse files
Files changed (1) hide show
  1. chatbot.html +9 -0
chatbot.html CHANGED
@@ -74,6 +74,15 @@
74
  cursor: pointer;
75
  }
76
  </style>
 
 
 
 
 
 
 
 
 
77
  </head>
78
  <body>
79
  <div class="chat-container">
 
74
  cursor: pointer;
75
  }
76
  </style>
77
+ <!-- Google tag (gtag.js) -->
78
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-JVF8N1DVSG"></script>
79
+ <script>
80
+ window.dataLayer = window.dataLayer || [];
81
+ function gtag(){dataLayer.push(arguments);}
82
+ gtag('js', new Date());
83
+
84
+ gtag('config', 'G-JVF8N1DVSG');
85
+ </script>
86
  </head>
87
  <body>
88
  <div class="chat-container">