Skip to content

Commit a26e162

Browse files
committed
ga
1 parent ac5d71c commit a26e162

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

public/index.html

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,15 @@
1616
/>
1717
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
1818
<title>Work-From-Home Soundscapes</title>
19-
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-3965818-21"></script>
20-
<script>
21-
window.dataLayer = window.dataLayer || [];
22-
function gtag(){dataLayer.push(arguments);}
23-
gtag('js', new Date());
19+
<!-- Google tag (gtag.js) -->
20+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7N7ZLP4WHV"></script>
21+
<script>
22+
window.dataLayer = window.dataLayer || [];
23+
function gtag(){dataLayer.push(arguments);}
24+
gtag('js', new Date());
2425

25-
gtag('config', 'UA-3965818-21');
26-
</script>
26+
gtag('config', 'G-7N7ZLP4WHV');
27+
</script>
2728
</head>
2829
<body>
2930
<noscript>You need to enable JavaScript to run this app.</noscript>

0 commit comments

Comments
 (0)