fix: gtag
This commit is contained in:
parent
176724af69
commit
5217e79eb5
@ -176,13 +176,12 @@
|
|||||||
|
|
||||||
|
|
||||||
<!-- Google tag (gtag.js) -->
|
<!-- Google tag (gtag.js) -->
|
||||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-C624P4QQQ5"></script>
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1Y75WL619L"></script>
|
||||||
<script>
|
<script>
|
||||||
window.dataLayer = window.dataLayer || [];
|
window.dataLayer = window.dataLayer || [];
|
||||||
function gtag(){dataLayer.push(arguments);}
|
function gtag(){dataLayer.push(arguments);}
|
||||||
gtag('js', new Date());
|
gtag('js', new Date());
|
||||||
|
gtag('config', 'G-1Y75WL619L');
|
||||||
gtag('config', 'G-C624P4QQQ5');
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
@*
|
@*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user