Skip to content

Commit b0738ae

Browse files
committed
Add Google Analytics tracking code
1 parent 4341068 commit b0738ae

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,16 @@
2929
<meta property="twitter:title" content="GitHub Actions Usage Report" />
3030
<meta property="twitter:description" content="Visualize your GitHub usage report!" />
3131
<meta property="twitter:image" content="https://austenstone.github.io/github-actions-usage-report/assets/screencapture-austenstone-github-io-github-actions-usage-report-2024-02-06-10_46_53.png" />
32+
33+
<!-- Google tag (gtag.js) -->
34+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-MR3XYFVGBQ"></script>
35+
<script>
36+
window.dataLayer = window.dataLayer || [];
37+
function gtag(){dataLayer.push(arguments);}
38+
gtag('js', new Date());
39+
40+
gtag('config', 'G-MR3XYFVGBQ');
41+
</script>
3242
</head>
3343

3444
<body class="mat-typography mat-app-background">

0 commit comments

Comments
 (0)