We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67fa759 commit 5d66d3fCopy full SHA for 5d66d3f
1 file changed
index.html
@@ -1635,5 +1635,15 @@ <h4>For any queries or issues. <a href="https://github.com/HTMLGuyLLC/jAlert/iss
1635
<script>
1636
$.jAlert('attach');
1637
</script>
1638
+<!-- Global site tag (gtag.js) - Google Analytics -->
1639
+<script async src="https://www.googletagmanager.com/gtag/js?id=UA-126490722-2"></script>
1640
+<script>
1641
+ window.dataLayer = window.dataLayer || [];
1642
+ function gtag(){dataLayer.push(arguments);}
1643
+ gtag('js', new Date());
1644
+
1645
+ gtag('config', 'UA-126490722-2');
1646
+</script>
1647
1648
</body>
1649
</html>
0 commit comments