Skip to content

Commit cc9ea2e

Browse files
authored
gtag setup (#14)
1 parent 1409325 commit cc9ea2e

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

  • BlazorExpress.ChartJS.Demo.WebAssembly/wwwroot

BlazorExpress.ChartJS.Demo.WebAssembly/wwwroot/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@
1414
<link href="_content/Blazor.Bootstrap/blazor.bootstrap.css" rel="stylesheet" />
1515
<link href="_content/BlazorExpress.ChartJS.Demo.RCL/css/blazorexpress.chartjs.demo.rcl.css" rel="stylesheet" asp-append-version="true" />
1616
<link href="BlazorExpress.ChartJS.Demo.WebAssembly.styles.css" rel="stylesheet" />
17+
18+
<!-- Google tag (gtag.js) -->
19+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-4ZMNPVR9K1"></script>
20+
<script>
21+
window.dataLayer = window.dataLayer || [];
22+
function gtag() { dataLayer.push(arguments); }
23+
gtag('js', new Date());
24+
25+
gtag('config', 'G-4ZMNPVR9K1');
26+
</script>
1727
</head>
1828

1929
<body>

0 commit comments

Comments
 (0)