Skip to content

Commit

Permalink
✨ GA 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
MinseoKangQ committed Mar 11, 2024
1 parent 2098cbb commit d108388
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,14 @@
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
<!-- Google tag (gtag.js) Start -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-QZNZ43348K"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-QZNZ43348K');
</script>
<!-- Google tag (gtag.js) End -->
</body>
</html>

0 comments on commit d108388

Please sign in to comment.