Skip to content

Commit beabc3e

Browse files
committed
GA4 트래킹 코드 변경 (#452)
1 parent bcef530 commit beabc3e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_templates/layout.html

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

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

0 commit comments

Comments
 (0)