Skip to content

Commit c3f3bf6

Browse files
authored
add google analytics
1 parent d070771 commit c3f3bf6

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

episodes/welcome.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,16 @@
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">
77

8-
<!--TODO google analytics-->
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>
918

1019
<title>Steve Krouse</title>
1120
<style>

0 commit comments

Comments
 (0)