Skip to content

Commit 85711b4

Browse files
Update index.html 🛠️✨
Added Google Tag JS for Google Analytics 📶
1 parent 662f9ac commit 85711b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,16 +193,16 @@ <h3 class="contact-title">Contact Information</h3>
193193
</div>
194194
<script src="assets/js/script.js"></script>
195195

196+
196197
<!-- Google tag (gtag.js) -->
197-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-T270DQVE3R"></script>
198+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-8ZCHEPRBMX"></script>
198199
<script>
199200
window.dataLayer = window.dataLayer || [];
200201
function gtag(){dataLayer.push(arguments);}
201202
gtag('js', new Date());
202203

203-
gtag('config', 'G-T270DQVE3R');
204+
gtag('config', 'G-8ZCHEPRBMX');
204205
</script>
205-
206206
</body>
207207

208208
</html>

0 commit comments

Comments
 (0)