Skip to content

Commit e9bb276

Browse files
Google Analytics Tags manager code added
1 parent 4f20101 commit e9bb276

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,16 @@
1717
<meta name="description" content="Meshbits team develop tools & Apps for the blockchain communities.">
1818
<meta name="keywords" content="cryptocurrencies, blockchain, decenralised, applications, software developer, crypto">
1919

20+
<!-- Global site tag (gtag.js) - Google Analytics -->
21+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-D90YMCXB3J"></script>
22+
<script>
23+
window.dataLayer = window.dataLayer || [];
24+
function gtag(){dataLayer.push(arguments);}
25+
gtag('js', new Date());
26+
27+
gtag('config', 'G-D90YMCXB3J');
28+
</script>
29+
2030
</head>
2131

2232
<body>

0 commit comments

Comments
 (0)