Skip to content

Commit f7a822b

Browse files
authored
add google analytics
1 parent c3f3bf6 commit f7a822b

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

episodes/research-recap.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,17 @@
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
66
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous">
7-
<!--TODO google analytics-->
7+
8+
<script>
9+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
10+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
11+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
12+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
13+
14+
ga('create', 'UA-103157758-1', 'auto');
15+
ga('send', 'pageview');
16+
17+
</script>
818

919
<title>Steve Krouse</title>
1020
<style>

0 commit comments

Comments
 (0)