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 9a87706 commit 1db3d31Copy full SHA for 1db3d31
examples/src/index.html
@@ -11,14 +11,14 @@
11
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,700|Roboto">
12
<link rel="stylesheet" href="style.css">
13
14
- <!-- Global site tag (gtag.js) - Google Analytics -->
15
- <script async src="https://www.googletagmanager.com/gtag/js?id=UA-133457161-1"></script>
+ <!-- Google tag (gtag.js) -->
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-JEEPG1KXFR"></script>
16
<script>
17
window.dataLayer = window.dataLayer || [];
18
function gtag(){dataLayer.push(arguments);}
19
gtag('js', new Date());
20
21
- gtag('config', 'UA-133457161-1');
+ gtag('config', 'G-JEEPG1KXFR');
22
</script>
23
</head>
24
<body>
0 commit comments