Skip to content

Commit

Permalink
google analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
ealush committed Nov 4, 2023
1 parent 9f65c32 commit a23671d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ export default function Document() {
<Main />
<NextScript />
<Analytics />
<script async src="https://www.googletagmanager.com/gtag/js?id=G-EQXC5ZDCX8"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-EQXC5ZDCX8');
</script>
</body>
</Html>
);
Expand Down

0 comments on commit a23671d

Please sign in to comment.