mirror of
https://github.com/Schroedinger-Hat/ImageGoNord-Web.git
synced 2025-10-05 23:52:47 +02:00
chore: update gtag
This commit is contained in:
@@ -59,19 +59,14 @@
|
|||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
|
|
||||||
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
||||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
<!-- Google tag (gtag.js) -->
|
||||||
<script
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-X2EQ73KZ03"></script>
|
||||||
async
|
|
||||||
src="https://www.googletagmanager.com/gtag/js?id=UA-175469686-1"
|
|
||||||
></script>
|
|
||||||
<script>
|
<script>
|
||||||
window.dataLayer = window.dataLayer || [];
|
window.dataLayer = window.dataLayer || [];
|
||||||
function gtag() {
|
function gtag(){dataLayer.push(arguments);}
|
||||||
dataLayer.push(arguments);
|
gtag('js', new Date());
|
||||||
}
|
|
||||||
gtag("js", new Date());
|
|
||||||
|
|
||||||
gtag("config", "UA-175469686-1");
|
gtag('config', 'G-X2EQ73KZ03');
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<!-- built files will be auto injected -->
|
<!-- built files will be auto injected -->
|
||||||
|
Reference in New Issue
Block a user