Skip to content

Commit 7303778

Browse files
authored
Update index.html
1 parent 6b2c009 commit 7303778

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,14 @@ <h3>Latest jQuery Plugins Projects</h3>
332332

333333
});
334334
</script>
335+
<!-- Google tag (gtag.js) -->
336+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FG2ZX76XGT"></script>
337+
<script>
338+
window.dataLayer = window.dataLayer || [];
339+
function gtag(){dataLayer.push(arguments);}
340+
gtag('js', new Date());
335341

342+
gtag('config', 'G-FG2ZX76XGT');
343+
</script>
336344
</body>
337345
</html>

0 commit comments

Comments
 (0)