Skip to content

Commit 9303722

Browse files
author
daobrien
committed
Add google analytics identifier and config.
1 parent 93abd0d commit 9303722

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@
1818
<meta name="viewport" content="width=device-width, initial-scale=1.0,
1919
minimum-scale=1.0">
2020
<meta property="og:image" content="img/redhat-banner.jpg" />
21+
<!-- Global site tag (gtag.js) - Google Analytics -->
22+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-8K12Y4N60P"></script>
23+
<script>
24+
window.dataLayer = window.dataLayer || [];
25+
function gtag(){dataLayer.push(arguments);}
26+
gtag('js', new Date());
27+
28+
gtag('config', 'G-8K12Y4N60P');
29+
</script>
2130
</head>
2231

2332
<body>

0 commit comments

Comments
 (0)