Skip to content

Commit cdb6b9b

Browse files
committed
add GA
1 parent d4b3f7a commit cdb6b9b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

LearnJsonEverything/wwwroot/index.html

+8
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@
2929
}
3030
}(window.location))
3131
</script>
32+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-DQGQ13LL8Q"></script>
33+
<script>
34+
window.dataLayer = window.dataLayer || [];
35+
function gtag() { dataLayer.push(arguments); }
36+
gtag('js', new Date());
37+
38+
gtag('config', 'G-DQGQ13LL8Q');
39+
</script>
3240
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
3341
<link href="_content/BlazorMonaco/lib/monaco-editor/min/vs/editor/editor.main.css" rel="stylesheet" />
3442
<link href="LearnJsonEverything.styles.css" rel="stylesheet" />

0 commit comments

Comments
 (0)