Skip to content

Commit

Permalink
feature: add google analytics and microsoft clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
kazami139 committed Feb 14, 2023
1 parent ab28e15 commit 604e809
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@
<link rel="icon" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>EOEFANS - Welcome to eoe world.</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1XQJ4K24Y3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-1XQJ4K24Y3');
</script>
<script type="text/javascript">
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "ftyp1ow9tk");
</script>
</head>
<body>
<div id="app"></div>
Expand Down

0 comments on commit 604e809

Please sign in to comment.