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>
|
||||
|
||||
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script
|
||||
async
|
||||
src="https://www.googletagmanager.com/gtag/js?id=UA-175469686-1"
|
||||
></script>
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-X2EQ73KZ03"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag("js", new Date());
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag("config", "UA-175469686-1");
|
||||
gtag('config', 'G-X2EQ73KZ03');
|
||||
</script>
|
||||
|
||||
<!-- built files will be auto injected -->
|
||||
|
Reference in New Issue
Block a user