Skip to content

Commit

Permalink
feat: add g-tag
Browse files Browse the repository at this point in the history
  • Loading branch information
kidager committed Oct 13, 2023
1 parent 893c3d4 commit 1c254e6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions public/m/index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -171,5 +171,16 @@ <h1 id="first-title" class="text-amber-600 font-['Rakkas'] text-9xl py-16">
} catch {
}
</script>


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

gtag('config', 'G-SMRMEB2HY8');
</script>
</body>
</html>

0 comments on commit 1c254e6

Please sign in to comment.