File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 29
29
work correctly both with client-side routing and a non-root public URL.
30
30
Learn how to configure a non-root public URL by running `npm run build`.
31
31
-->
32
- <!-- Global site tag (gtag.js) - Google Analytics -->
33
- < script async src ="https://www.googletagmanager.com/gtag/js?id=UA-125599395-1 "> </ script >
32
+ <!-- Google tag (gtag.js) -->
33
+ < script async src ="https://www.googletagmanager.com/gtag/js?id=G-8D0MD2S4PK "> </ script >
34
34
< script >
35
35
window . dataLayer = window . dataLayer || [ ] ;
36
36
function gtag ( ) { dataLayer . push ( arguments ) ; }
37
37
gtag ( 'js' , new Date ( ) ) ;
38
38
39
- gtag ( 'config' , 'UA-125599395-1 ' ) ;
39
+ gtag ( 'config' , 'G-8D0MD2S4PK ' ) ;
40
40
</ script >
41
41
42
42
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ const Core: React.FC<CoreProps> = ({ layer }) => {
31
31
// adds setTimeout for page title sync
32
32
// is there any better solution?
33
33
setTimeout ( ( ) => {
34
- gtag ( 'config' , 'UA-125599395-1 ' , {
34
+ gtag ( 'config' , 'G-8D0MD2S4PK ' , {
35
35
page_path : location . pathname + location . search ,
36
36
} ) ;
37
37
} , 1000 ) ;
Original file line number Diff line number Diff line change @@ -79,15 +79,15 @@ function Html({
79
79
> </ script >
80
80
< script
81
81
async
82
- src = "https://www.googletagmanager.com/gtag/js?id=%3Cspan%20class="x x-first x-last">UA-125599395-1 "
82
+ src = "https://www.googletagmanager.com/gtag/js?id=%3Cspan%20class="x x-first x-last">G-8D0MD2S4PK "
83
83
> </ script >
84
84
< script
85
85
dangerouslySetInnerHTML = { {
86
86
__html : `window.dataLayer = window.dataLayer || [];
87
- function gtag(){dataLayer.push(arguments);}
88
- gtag('js', new Date());
89
-
90
- gtag('config', 'UA-125599395-1 ');` ,
87
+ function gtag(){dataLayer.push(arguments);}
88
+ gtag('js', new Date());
89
+
90
+ gtag('config', 'G-8D0MD2S4PK ');` ,
91
91
} }
92
92
> </ script >
93
93
</ head >
You can’t perform that action at this time.
0 commit comments