Skip to content

Commit

Permalink
Added Google Analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Feb 23, 2022
1 parent 0b055e4 commit e078531
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
overflow-x: hidden;
}
</style>

<meta
name="google-site-verification"
content="Pj0MO2sIhMjNGx94ExwGxJN_hGe7TPyTkluSBoWYgUU"
/>
</head>
<body>
<iframe
Expand All @@ -36,5 +41,20 @@
allow="geolocation"
>
</iframe>

<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-3ETBQZJNLD"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());

gtag("config", "G-3ETBQZJNLD");
</script>
</body>
</html>

0 comments on commit e078531

Please sign in to comment.