Update to Analytics 4 (#2374)

This commit is contained in:
Lipis 2020-11-11 04:23:15 +02:00 committed by GitHub
parent bf143ed0b8
commit 4371c29f0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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