Skip to content

Commit ca89162

Browse files
committed
add google analytics tracking
1 parent 2bdb7bf commit ca89162

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

themes/gophercon/layouts/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,15 @@ <h3>Early bird tickets available 1st January 2016.</h3>
110110
<p>© 2016 GopherAcademy, LLC</p>
111111
<p>The Gopher character is based on the Go mascot designed by Renée French and copyrighted under the Creative Commons Attribution 3.0 license.</p>
112112
</footer>
113+
<script>
114+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
115+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
116+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
117+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
118+
119+
ga('create', 'UA-40886074-1', 'auto');
120+
ga('send', 'pageview');
121+
122+
</script>
113123
</body>
114124
</html>

0 commit comments

Comments
 (0)