We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f2fb99 commit 0cf6826Copy full SHA for 0cf6826
1 file changed
index.html
@@ -946,5 +946,15 @@ <h2 class="text-2xl font-bold text-center mb-10">자주 묻는 질문 (FAQ)</h2>
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) -->
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) -->
959
</body>
960
</html>
0 commit comments