Skip to content

Commit

Permalink
feat: add ga integration (#596)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhon-Aires authored Jul 12, 2024
1 parent 7eb09e7 commit 9ca0f97
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions landing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,21 @@
href="https://fonts.googleapis.com/css2?family=Noto+Sans+Display:ital,wght@0,100..900;1,100..900&display=swap"
rel="stylesheet"
/>

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

gtag("config", "G-P7DXVLXY48");
</script>
</head>
<body>
<header>
Expand Down

0 comments on commit 9ca0f97

Please sign in to comment.