Add google analytics to downloads page

This commit is contained in:
Adam Schmideg 2019-01-04 14:17:29 +01:00
parent 927da12ccd
commit 106db2b8d8

View file

@ -6,6 +6,20 @@
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<title>Go Ethereum Downloads</title> <title>Go Ethereum Downloads</title>
<!-- Google Analytics -->
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date(); a = s.createElement(o),
m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-131485733-1', 'auto');
ga('send', 'pageview');
</script>
<!-- End Google Analytics -->
<link rel="icon" type="image/png" href="../static/images/favicon.png" /> <link rel="icon" type="image/png" href="../static/images/favicon.png" />
<link href="../static/styles/bootstrap.min.css" rel="stylesheet" /> <link href="../static/styles/bootstrap.min.css" rel="stylesheet" />