Skip to content

Commit acc3f28

Browse files
committed
Added analytics tags to relevant pages.
1 parent 239fa89 commit acc3f28

File tree

9 files changed

+81
-0
lines changed

9 files changed

+81
-0
lines changed

404.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@
1414
<link rel="stylesheet" href="css/custom.css">
1515
<link rel="stylesheet" href="css/responsive.css">
1616
</head>
17+
<!-- Google tag (gtag.js) -->
18+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-BTR0V9ZHCR"></script>
19+
<script>
20+
window.dataLayer = window.dataLayer || [];
21+
function gtag(){dataLayer.push(arguments);}
22+
gtag('js', new Date());
23+
24+
gtag('config', 'G-BTR0V9ZHCR');
25+
</script>
1726

1827
<body class="innerpage-main-wrapper">
1928
<a class="skip-main" href="#skipMain">Skip to main content</a>

about.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@
1414
<link rel="stylesheet" href="css/custom.css">
1515
<link rel="stylesheet" href="css/responsive.css">
1616
</head>
17+
<!-- Google tag (gtag.js) -->
18+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-BTR0V9ZHCR"></script>
19+
<script>
20+
window.dataLayer = window.dataLayer || [];
21+
function gtag(){dataLayer.push(arguments);}
22+
gtag('js', new Date());
23+
24+
gtag('config', 'G-BTR0V9ZHCR');
25+
</script>
1726

1827
<body class="innerpage-main-wrapper">
1928
<a class="skip-main" href="#skipMain">Skip to main content</a>

codeofconduct.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@
1515
<link rel="stylesheet" href="css/custom.css">
1616
<link rel="stylesheet" href="css/responsive.css">
1717
</head>
18+
<!-- Google tag (gtag.js) -->
19+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-BTR0V9ZHCR"></script>
20+
<script>
21+
window.dataLayer = window.dataLayer || [];
22+
function gtag(){dataLayer.push(arguments);}
23+
gtag('js', new Date());
24+
25+
gtag('config', 'G-BTR0V9ZHCR');
26+
</script>
1827

1928
<body class="innerpage-main-wrapper">
2029
<a class="skip-main" href="#skipMain">Skip to main content</a>

get-started.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@
1414
<link rel="stylesheet" href="css/custom.css">
1515
<link rel="stylesheet" href="css/responsive.css">
1616
</head>
17+
<!-- Google tag (gtag.js) -->
18+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-BTR0V9ZHCR"></script>
19+
<script>
20+
window.dataLayer = window.dataLayer || [];
21+
function gtag(){dataLayer.push(arguments);}
22+
gtag('js', new Date());
23+
24+
gtag('config', 'G-BTR0V9ZHCR');
25+
</script>
1726

1827
<body class="innerpage-main-wrapper">
1928
<a class="skip-main" href="#skipMain">Skip to main content</a>

index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@
1414
<link rel="stylesheet" href="css/custom.css">
1515
<link rel="stylesheet" href="css/responsive.css">
1616
</head>
17+
<!-- Google tag (gtag.js) -->
18+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-BTR0V9ZHCR"></script>
19+
<script>
20+
window.dataLayer = window.dataLayer || [];
21+
function gtag(){dataLayer.push(arguments);}
22+
gtag('js', new Date());
23+
24+
gtag('config', 'G-BTR0V9ZHCR');
25+
</script>
1726

1827
<body>
1928
<a class="skip-main" id="topContent" href="#skipMain">Skip to main content</a>

meetups/june2022.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@
1414
<link rel="stylesheet" href="../css/custom.css">
1515
<link rel="stylesheet" href="../css/responsive.css">
1616
</head>
17+
<!-- Google tag (gtag.js) -->
18+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-BTR0V9ZHCR"></script>
19+
<script>
20+
window.dataLayer = window.dataLayer || [];
21+
function gtag(){dataLayer.push(arguments);}
22+
gtag('js', new Date());
23+
24+
gtag('config', 'G-BTR0V9ZHCR');
25+
</script>
1726

1827
<body class="innerpage-main-wrapper">
1928
<a class="skip-main" href="#skipMain">Skip to main content</a>

news.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@
1515
<link rel="stylesheet" href="css/custom.css">
1616
<link rel="stylesheet" href="css/responsive.css">
1717
</head>
18+
<!-- Google tag (gtag.js) -->
19+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-BTR0V9ZHCR"></script>
20+
<script>
21+
window.dataLayer = window.dataLayer || [];
22+
function gtag(){dataLayer.push(arguments);}
23+
gtag('js', new Date());
24+
25+
gtag('config', 'G-BTR0V9ZHCR');
26+
</script>
1827

1928
<body class="innerpage-main-wrapper">
2029
<a class="skip-main" href="#skipMain">Skip to main content</a>

sc-candidates.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55
<title>ONNX Steering Committee Candidates - 2021</title>
66
<meta http-equiv="refresh" content="0; url = https://github.com/onnx/steering-committee/blob/main/elections/2021/list-sc-candidates.md" />
77
</head>
8+
<!-- Google tag (gtag.js) -->
9+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-BTR0V9ZHCR"></script>
10+
<script>
11+
window.dataLayer = window.dataLayer || [];
12+
function gtag(){dataLayer.push(arguments);}
13+
gtag('js', new Date());
14+
15+
gtag('config', 'G-BTR0V9ZHCR');
16+
</script>
817

918
<body>
1019
<a href="https://github.com/onnx/steering-committee/blob/main/elections/2021/list-sc-candidates.md">Click here to redirect</a>

supported-tools.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@
1414
<link rel="stylesheet" href="css/custom.css">
1515
<link rel="stylesheet" href="css/responsive.css">
1616
</head>
17+
<!-- Google tag (gtag.js) -->
18+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-BTR0V9ZHCR"></script>
19+
<script>
20+
window.dataLayer = window.dataLayer || [];
21+
function gtag(){dataLayer.push(arguments);}
22+
gtag('js', new Date());
23+
24+
gtag('config', 'G-BTR0V9ZHCR');
25+
</script>
1726

1827
<body class="innerpage-main-wrapper">
1928
<a class="skip-main" href="#skipMain">Skip to main content</a>

0 commit comments

Comments
 (0)