We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9491ca7 commit 478ad48Copy full SHA for 478ad48
docs/src/app.html
@@ -18,8 +18,14 @@
18
19
%sveltekit.head%
20
21
- <!-- Global site tag (gtag.js) - Google Analytics -->
22
- <script async src="https://www.googletagmanager.com/gtag/js?id=UA-121780722-2"></script>
+ <!-- Google tag (gtag.js) -->
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-WQ8M55VX1Z"></script>
23
+ <script>
24
+ window.dataLayer = window.dataLayer || [];
25
+ function gtag(){dataLayer.push(arguments);}
26
+ gtag('js', new Date());
27
+ gtag('config', 'G-WQ8M55VX1Z');
28
+ </script>
29
</head>
30
<body data-sveltekit-preload-data="hover">
31
<div style="display: contents">%sveltekit.body%</div>
0 commit comments