Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #102 from github/remove-ga
Browse files Browse the repository at this point in the history
Remove Google Analytics script block
  • Loading branch information
Denise Yu committed Dec 22, 2020
2 parents 5ab660a + c22e04d commit 3582be0
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions docs/2017/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -252,25 +252,6 @@ <h3 class="alt-h3 mb-3">Subscribe to GitHub Open Source updates</h3>
</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>

0 comments on commit 3582be0

Please sign in to comment.