Skip to content

remove Google Analytics #131

@orbeckst

Description

@orbeckst

As part of the discussion on privacy #129 we are also tending towards removing intrusive Google Analytics tracking. We still would like to have an idea of number of visitors.

One less intrusive suggestion was https://www.goatcounter.com/ but someone needs to look into what is necessary there.

  • remove GA from main site
    <!-- 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','//www.google-analytics.com/analytics.js','ga');
    ga('create', 'UA-18574059-3', 'auto');
    ga('send', 'pageview');
    </script>
  • check generated docs if we use GA there and remove
  • add goatcounter
  • share login details in NF teamdrive

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions