Skip to content

Commit 2f24555

Browse files
committed
chore: change google tag manager container
1 parent a6012a0 commit 2f24555

File tree

1 file changed

+3
-27
lines changed

1 file changed

+3
-27
lines changed

public/index.html

Lines changed: 3 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
77
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
88
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
9-
})(window,document,'script','dataLayer','GTM-TX8943Q8');</script>
9+
})(window,document,'script','dataLayer','GTM-M548LX3N');</script>
1010
<!-- End Google Tag Manager -->
1111
<meta charset="utf-8">
1212
<meta http-equiv="X-UA-Compatible" content="IE=edge">
@@ -24,7 +24,7 @@
2424
</head>
2525
<body>
2626
<!-- Google Tag Manager (noscript) -->
27-
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TX8943Q8"
27+
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M548LX3N"
2828
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
2929
<!-- End Google Tag Manager (noscript) -->
3030
<noscript>
@@ -35,31 +35,7 @@
3535
<%= process.env.NODE_ENV === 'production' ? `
3636
<!-- This will be included only in dist/index.html -->
3737
<!-- Use <script></script>, not <script /> that breaks dist/index.html -->
38-
<!-- Cookie bar -->
39-
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/cookie-bar/cookiebar-latest.min.js?theme=grey&tracking=1&thirdparty=1&always=1&hideDetailsBtn=1&showPolicyLink=1&privacyPage=https%3A%2F%2Fdocumatt.com%2Fabout%2Flegal%2Fprivacy%2F"></script>
40-
41-
<!-- Default Statcounter code for Snippets.documatt.com https://snippets.documatt.com -->
42-
<script type="text/javascript">
43-
var sc_project=12361966;
44-
var sc_invisible=1;
45-
var sc_security="1bd7d864";
46-
</script>
47-
<script
48-
type="text/javascript"
49-
src="https://www.statcounter.com/counter/counter.js"
50-
async
51-
></script>
52-
<noscript>
53-
<div class="statcounter">
54-
<a title="Web Analytics"
55-
href="https://statcounter.com/" target="_blank"><img
56-
class="statcounter"
57-
src="https://c.statcounter.com/12361966/0/1bd7d864/1/"
58-
alt="Web Analytics">
59-
</a>
60-
</div>
61-
</noscript>
62-
<!-- End of Statcounter Code -->
38+
<!-- ... -->
6339
` : '' %>
6440
</body>
6541
</html>

0 commit comments

Comments
 (0)