Skip to content

Commit aa1b2f5

Browse files
feat: add Google Analytics tracking (G-JY0RQX52GE)
1 parent a78fa52 commit aa1b2f5

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66
<title>Skipper — Test control from a Google Spreadsheet</title>
77
<meta name="description" content="Enable and disable tests directly from a Google Spreadsheet — no code changes required." />
88
<link rel="stylesheet" href="style.css" />
9+
<!-- Google tag (gtag.js) -->
10+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JY0RQX52GE"></script>
11+
<script>
12+
window.dataLayer = window.dataLayer || [];
13+
function gtag(){dataLayer.push(arguments);}
14+
gtag('js', new Date());
15+
gtag('config', 'G-JY0RQX52GE');
16+
</script>
917
<script>
1018
(function () {
1119
var stored = localStorage.getItem('skipper-theme');

0 commit comments

Comments
 (0)