We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a78fa52 commit aa1b2f5Copy full SHA for aa1b2f5
1 file changed
index.html
@@ -6,6 +6,14 @@
6
<title>Skipper — Test control from a Google Spreadsheet</title>
7
<meta name="description" content="Enable and disable tests directly from a Google Spreadsheet — no code changes required." />
8
<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>
17
<script>
18
(function () {
19
var stored = localStorage.getItem('skipper-theme');
0 commit comments