Skip to content

Commit 6f2fb99

Browse files
committed
hello google analytics
1 parent 0284a05 commit 6f2fb99

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@
2222
<meta property="og:url" content="https://haedalprogramming.github.io/codingChallenge/" />
2323
<meta property="og:site_name" content="우리 아이 첫 코딩 챌린지" />
2424
<meta property="og:locale" content="ko_KR" />
25+
26+
<!-- Google Tag Manager -->
27+
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
28+
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
29+
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
30+
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
31+
})(window,document,'script','dataLayer','GTM-KSC87LCT');</script>
32+
<!-- End Google Tag Manager -->
2533

2634
<!-- Twitter Card -->
2735
<meta name="twitter:card" content="summary_large_image" />
@@ -934,5 +942,9 @@ <h2 class="text-2xl font-bold text-center mb-10">자주 묻는 질문 (FAQ)</h2>
934942
}
935943
});
936944
</script>
945+
<!-- Google Tag Manager (noscript) -->
946+
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KSC87LCT"
947+
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
948+
<!-- End Google Tag Manager (noscript) -->
937949
</body>
938950
</html>

0 commit comments

Comments
 (0)