added google analytics
This commit is contained in:
parent
3ba61f6685
commit
b9e148f5a4
|
|
@ -530,6 +530,14 @@
|
||||||
color: #f472b6 !important; /* Pink for operators */
|
color: #f472b6 !important; /* Pink for operators */
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
<!-- Google Analytics -->
|
||||||
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2TVGZ9N7LF"></script>
|
||||||
|
<script>
|
||||||
|
window.dataLayer = window.dataLayer || [];
|
||||||
|
function gtag(){dataLayer.push(arguments);}
|
||||||
|
gtag('js', new Date());
|
||||||
|
gtag('config', 'G-2TVGZ9N7LF');
|
||||||
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body x-data="noteApp()" x-init="init()" style="background-color: var(--bg-primary);">
|
<body x-data="noteApp()" x-init="init()" style="background-color: var(--bg-primary);">
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue