We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63fc57a commit 705ecd4Copy full SHA for 705ecd4
src/app.html
@@ -5,6 +5,15 @@
5
<meta charset="utf-8" />
6
<link rel="icon" href="%sveltekit.assets%/favicon.ico" />
7
<meta name="viewport" content="width=device-width, initial-scale=1" />
8
+ <!-- Google tag (gtag.js) -->
9
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-CKFT7WE83R"></script>
10
+ <script>
11
+ window.dataLayer = window.dataLayer || [];
12
+ function gtag() { dataLayer.push(arguments); }
13
+ gtag('js', new Date());
14
+
15
+ gtag('config', 'G-CKFT7WE83R');
16
+ </script>
17
%sveltekit.head%
18
</head>
19
0 commit comments