Skip to content

Commit 6e4f3be

Browse files
committed
Add Google tag for analytics tracking
1 parent b870b65 commit 6e4f3be

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

index.html

+15
Original file line numberDiff line numberDiff line change
@@ -392,5 +392,20 @@ <h1>langX<br /></h1>
392392
});
393393
});
394394
</script>
395+
396+
<!-- Google tag (gtag.js) -->
397+
<script
398+
async
399+
src="https://www.googletagmanager.com/gtag/js?id=G-KXRC5YCB27"
400+
></script>
401+
<script>
402+
window.dataLayer = window.dataLayer || [];
403+
function gtag() {
404+
dataLayer.push(arguments);
405+
}
406+
gtag("js", new Date());
407+
408+
gtag("config", "G-KXRC5YCB27");
409+
</script>
395410
</body>
396411
</html>

0 commit comments

Comments
 (0)