[Modified/Added] Google Analytics JS Added

This commit is contained in:
kananinirav
2022-09-26 14:37:03 +09:00
parent 8b7a06d646
commit e43de70858
2 changed files with 10 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JMDDTT0Y7C"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-JMDDTT0Y7C');
</script>