We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b93343 commit 33643f4Copy full SHA for 33643f4
index.html
@@ -4,13 +4,14 @@
4
<head>
5
6
<!-- Global site tag (gtag.js) - Google Analytics -->
7
- <script async src="https://www.googletagmanager.com/gtag/js?id=UA-215562771-1"></script>
+ <!-- Google tag (gtag.js) -->
8
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-SMB9YNHT28"></script>
9
<script>
10
window.dataLayer = window.dataLayer || [];
11
function gtag(){dataLayer.push(arguments);}
12
gtag('js', new Date());
13
- gtag('config', 'UA-215562771-1');
14
+ gtag('config', 'G-SMB9YNHT28');
15
</script>
16
17
<meta charset="utf-8">
0 commit comments