Skip to content

Commit

Permalink
feat: 추적코드 설치 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
pepperdad committed Jul 23, 2024
1 parent 22eb7ca commit 087ef30
Showing 1 changed file with 9 additions and 22 deletions.
31 changes: 9 additions & 22 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
<!doctype html>
<html lang="ko">
<head>
<!-- Google Tag Manager -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HHZWCY4574"></script>
<script>
(function (w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({ "gtm.start": new Date().getTime(), event: "gtm.js" });
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != "dataLayer" ? "&l=" + l : "";
j.async = true;
j.src = "https://www.googletagmanager.com/gtm.js?id=" + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, "script", "dataLayer", "GTM-WL6BLGHM");
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());

gtag("config", "G-HHZWCY4574");
</script>
<!-- End Google Tag Manager -->
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/BEAT.svg" />
<link rel="mask-icon" href="/BEAT.svg" color="#FF006B" />
Expand All @@ -29,16 +26,6 @@
<title>BEAT</title>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript
><iframe
src="https://www.googletagmanager.com/ns.html?id=GTM-WL6BLGHM"
height="0"
width="0"
style="display: none; visibility: hidden"
></iframe
></noscript>
<!-- End Google Tag Manager (noscript) -->
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<script>
Expand Down

0 comments on commit 087ef30

Please sign in to comment.