Skip to content

Commit a80eeeb

Browse files
committed
更换gtag
1 parent 23d8e15 commit a80eeeb

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

index.html

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,15 @@
2828
}
2929
</script>
3030

31-
<!-- Google tag (gtag.js) -->
32-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0JXHZH1719"></script>
33-
<script>
34-
window.dataLayer = window.dataLayer || [];
35-
36-
function gtag() {
37-
dataLayer.push(arguments);
38-
}
39-
40-
gtag('js', new Date());
31+
<!-- Google tag (gtag.js) -->
32+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1JWL2DDTB4"></script>
33+
<script>
34+
window.dataLayer = window.dataLayer || [];
35+
function gtag(){dataLayer.push(arguments);}
36+
gtag('js', new Date());
4137

42-
gtag('config', 'G-0JXHZH1719');
43-
</script>
38+
gtag('config', 'G-1JWL2DDTB4');
39+
</script>
4440
</head>
4541

4642

0 commit comments

Comments
 (0)