소스 검색

Update to Analytics 4 (#2374)

Lipis 4 년 전
부모
커밋
4371c29f0c
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      public/index.html

+ 2 - 1
public/index.html

@@ -87,7 +87,7 @@
     <% if (process.env.REACT_APP_INCLUDE_GTAG === 'true') { %>
     <script
       async
-      src="https://www.googletagmanager.com/gtag/js?id=UA-387204-13"
+      src="https://www.googletagmanager.com/gtag/js?id=G-H3S0KQSBGX"
     ></script>
     <script>
       window.dataLayer = window.dataLayer || [];
@@ -96,6 +96,7 @@
       }
       gtag("js", new Date());
       gtag("config", "UA-387204-13");
+      gtag("config", "G-H3S0KQSBGX");
     </script>
     <% } %>