Merge pull request #102 from github/remove-ga

Remove Google Analytics script block
This commit is contained in:
Denise Yu 2020-12-22 10:58:28 -05:00 коммит произвёл GitHub
Родитель 5ab660a3d3 c22e04d1eb
Коммит 3582be0ce4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 19 удалений

Просмотреть файл

@ -252,25 +252,6 @@
</footer>
</main>
<script src="/assets/js/bundle.js"></script>
<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-3769691-75', 'auto');
ga('send', 'pageview');
document.querySelector('.js-download').addEventListener('click', function() {
ga('send', {
hitType: 'event',
eventCategory: 'survey-data',
eventAction: 'download',
eventLabel: '2017 Open Source Survey'
})
})
</script>
</body>
</html>