Skip to content

Commit

Permalink
Merge pull request #149 from boostcampwm-2022/hotfix/google-analytics
Browse files Browse the repository at this point in the history
[Feat] google-analytics추가
  • Loading branch information
yeynii authored Dec 16, 2022
2 parents 741cb86 + f310aed commit 890c90d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions frontend/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
<html lang="ko">

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

gtag('config', 'G-PJS58MT2QW');
</script>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
Expand Down

0 comments on commit 890c90d

Please sign in to comment.