Skip to content

Commit 60b1c92

Browse files
google tag manager script updated (#146)
1 parent c4e673c commit 60b1c92

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

public/index.html

+10-5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html lang="en">
33
<head>
44
<!-- Google Tag Manager -->
5+
56
<script>
67
(function (w, d, s, l, i) {
78
w[l] = w[l] || [];
@@ -12,9 +13,11 @@
1213
j.async = true;
1314
j.src = "https://www.googletagmanager.com/gtm.js?id=" + i + dl;
1415
f.parentNode.insertBefore(j, f);
15-
})(window, document, "script", "dataLayer", "GTM-K2PS2XB");
16+
})(window, document, "script", "dataLayer", "GTM-WQXFXZV");
1617
</script>
18+
1719
<!-- End Google Tag Manager -->
20+
1821
<meta charset="utf-8" />
1922
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
2023
<meta name="viewport" content="width=device-width, initial-scale=1" />
@@ -62,26 +65,28 @@
6265
</head>
6366
<body>
6467
<!-- Google Tag Manager (noscript) -->
68+
6569
<noscript
6670
><iframe
67-
src="https://www.googletagmanager.com/ns.html?id=GTM-K2PS2XB"
71+
src="https://www.googletagmanager.com/ns.html?id=GTM-WQXFXZV"
6872
height="0"
6973
width="0"
7074
style="display: none; visibility: hidden"
7175
></iframe
7276
></noscript>
77+
7378
<!-- End Google Tag Manager (noscript) -->
7479
<noscript>You need to enable JavaScript to run this app.</noscript>
7580
<div id="root"></div>
76-
<!--
81+
82+
<!--
7783
This HTML file is a template.
7884
If you open it directly in the browser, you will see an empty page.
7985
8086
You can add webfonts, meta tags, or analytics to this file.
8187
The build step will place the bundled scripts into the <body> tag.
8288
8389
To begin the development, run `npm start` or `yarn start`.
84-
To create a production bundle, use `npm run build` or `yarn build`.
85-
-->
90+
To create a production bundle, use `npm run build` or `yarn build`. -->
8691
</body>
8792
</html>

0 commit comments

Comments
 (0)