Skip to content

Commit

Permalink
perf (analytics): google tag manager
Browse files Browse the repository at this point in the history
  • Loading branch information
JadsonLucena committed Sep 18, 2023
1 parent b2e43f3 commit 2401329
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,16 @@

<link rel="manifest" href="./manifest.json" />

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

gtag('config', 'G-HB7QR11QC8');
</script>

</head>
<body>

Expand Down

0 comments on commit 2401329

Please sign in to comment.