Skip to content

Commit 0cf6826

Browse files
committed
add Google tag gtag.js
1 parent 6f2fb99 commit 0cf6826

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -946,5 +946,15 @@ <h2 class="text-2xl font-bold text-center mb-10">자주 묻는 질문 (FAQ)</h2>
946946
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KSC87LCT"
947947
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
948948
<!-- End Google Tag Manager (noscript) -->
949+
<!-- Google tag (gtag.js) -->
950+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-M9R8RC9HF3"></script>
951+
<script>
952+
window.dataLayer = window.dataLayer || [];
953+
function gtag(){dataLayer.push(arguments);}
954+
gtag('js', new Date());
955+
956+
gtag('config', 'G-M9R8RC9HF3');
957+
</script>
958+
<!-- End Google tag (gtag.js) -->
949959
</body>
950960
</html>

0 commit comments

Comments
 (0)