Skip to content

Commit f2e53a0

Browse files
authored
Merge pull request #296 from StyleGuides/dev
Add Google analytics info to index.html
2 parents 374d363 + 9303722 commit f2e53a0

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)