Skip to content

Commit cfa286d

Browse files
committed
chore(docs): update ga script
1 parent e31c3b7 commit cfa286d

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

example/index.html

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,14 @@
1010
integrity="sha384-k2PcLejv4uxzZOe/a6pBPIAhex6Y3KDXAaP32qRL/WBa1KqVkiK6EC89qQZZ3Uli"
1111
crossorigin="anonymous"></script>
1212
<title>React EdiText</title>
13-
<!-- Global site tag (gtag.js) - Google Analytics -->
14-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XH94PPLEJQ"></script>
13+
<!-- Google tag (gtag.js) -->
14+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YGR7BPQH4C"></script>
1515
<script>
16-
window.dataLayer = window.dataLayer || []
17-
function gtag() {
18-
dataLayer.push(arguments)
19-
}
20-
gtag('js', new Date())
16+
window.dataLayer = window.dataLayer || [];
17+
function gtag() { dataLayer.push(arguments); }
18+
gtag('js', new Date());
2119

22-
gtag('config', 'G-XH94PPLEJQ')
20+
gtag('config', 'G-YGR7BPQH4C');
2321
</script>
2422
</head>
2523

0 commit comments

Comments
 (0)