Skip to content

Commit

Permalink
feat: GA4 기능 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongwusi committed Oct 11, 2023
1 parent 99d4f06 commit 49ae825
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,17 @@
</head>
<body>
<div id="root"></div>

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

gtag('config', 'G-ZJDMKZBYTD');
</script>
</body>
</html>

0 comments on commit 49ae825

Please sign in to comment.