Skip to content

Commit 6ba58bd

Browse files
authored
Merge pull request #326 from recharts/analytics
Swap google analytics to new account
2 parents 9a75175 + 62cf147 commit 6ba58bd

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

index.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,14 @@
4747
</head>
4848
<body>
4949
<div id="app"></div>
50-
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-72434206-1"></script>
50+
<!-- Google tag (gtag.js) -->
51+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-QSPTT7WK79"></script>
5152
<script>
5253
window.dataLayer = window.dataLayer || [];
53-
function gtag() {
54-
dataLayer.push(arguments);
55-
}
54+
function gtag(){dataLayer.push(arguments);}
5655
gtag('js', new Date());
5756

58-
gtag('config', 'UA-72434206-1');
57+
gtag('config', 'G-QSPTT7WK79');
5958
</script>
6059
<script type="module" src="/src/app.js"></script>
6160
</body>

0 commit comments

Comments
 (0)