Skip to content

Commit

Permalink
[유저 트래픽] vercel analytics -> google analytics migration (#515)
Browse files Browse the repository at this point in the history
* feat: ga 태그 head 내부에 삽입하기

* refactor: 기존 ga 계정 sweet 이메일로 리펙토링

---------

Co-authored-by: Wang HoEun <[email protected]>
  • Loading branch information
hoeun0723 and Wang HoEun authored Apr 19, 2024
1 parent c34298e commit 68ad63b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
<!doctype html>
<html lang="ko">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-8XFNYR8N7X"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());

gtag('config', 'G-8XFNYR8N7X');
</script>
<meta charset="UTF-8" />

<link rel="icon" href="/favicon.ico" sizes="32x32" />
Expand Down

0 comments on commit 68ad63b

Please sign in to comment.