Skip to content

Commit 9b7b0f0

Browse files
committed
GA4 추가 (#452)
1 parent 402ae50 commit 9b7b0f0

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

_templates/layout.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,13 @@
4040
}
4141
</script>
4242

43-
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-71919972-3"></script>
43+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-E8MF0BRFZ6"></script>
4444
<script>
4545
window.dataLayer = window.dataLayer || [];
4646
function gtag(){dataLayer.push(arguments);}
4747
gtag('js', new Date());
48-
gtag('config', 'UA-71919972-3');
48+
gtag('config', 'G-E8MF0BRFZ6'); // GA4
49+
gtag('config', 'UA-71919972-3'); // UA
4950
</script>
5051

5152

0 commit comments

Comments
 (0)