Skip to content

Commit

Permalink
chore: GA 사용을 위한 html 파일 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
hwinkr committed Aug 8, 2024
1 parent b9bb18a commit 2e5d2f9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions frontend/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Hello momo</title>
</head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1YJ857TLQC"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());

gtag('config', 'G-1YJ857TLQC');
</script>
<body>
<div id="root"></div>
</body>
Expand Down

0 comments on commit 2e5d2f9

Please sign in to comment.