Skip to content

Commit 1db3d31

Browse files
committed
Upgrade from UA to GA
1 parent 9a87706 commit 1db3d31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/src/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,700|Roboto">
1212
<link rel="stylesheet" href="style.css">
1313

14-
<!-- Global site tag (gtag.js) - Google Analytics -->
15-
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-133457161-1"></script>
14+
<!-- Google tag (gtag.js) -->
15+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JEEPG1KXFR"></script>
1616
<script>
1717
window.dataLayer = window.dataLayer || [];
1818
function gtag(){dataLayer.push(arguments);}
1919
gtag('js', new Date());
2020

21-
gtag('config', 'UA-133457161-1');
21+
gtag('config', 'G-JEEPG1KXFR');
2222
</script>
2323
</head>
2424
<body>

0 commit comments

Comments
 (0)