Skip to content

Commit

Permalink
Add GA4 GTM Tag (#904)
Browse files Browse the repository at this point in the history
  • Loading branch information
hinaloe authored May 31, 2023
1 parent 3e0680a commit 04d5314
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@
ga('create', 'UA-47280641-3', 'auto');
ga('send', 'pageview');
</script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FEH0X1JFRK"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-FEH0X1JFRK');
</script>
</head>
<body>
<div id="app"></div>
Expand Down

0 comments on commit 04d5314

Please sign in to comment.