Skip to content

Commit

Permalink
docs: add privacy-aware GoatCounter analytics
Browse files Browse the repository at this point in the history
In order to have visibility and improve our documentation, I would like
to add an open-source analytic tool: GoatCounter (see
https://www.goatcounter.com/) to the documentation website.

GoatCounter is an open source web analytics platform available as a free
donation-supported hosted service or self-hosted app. It aims to offer
easy to use and meaningful privacy-friendly web analytics as an
alternative to Google Analytics or Matomo.

It's privacy-aware; it doesn’t track users with unique identifiers and
doesn't need a GDPR notice. Fine-grained control over which data is
collected.

For now we use the non-commercial free hosted solution but we can
consider donating or self-hosting if this is useful for us in the
future.

Signed-off-by: Mahe Tardy <[email protected]>
  • Loading branch information
mtardy committed Dec 15, 2023
1 parent eb4d9a2 commit 3a11422
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/layouts/partials/hooks/head-end.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<script>
if (window.location.host !== 'tetragon.io')
window.goatcounter = {no_onload: true}
</script>
<script data-goatcounter="https://tetragon.goatcounter.com/count"
async src="//gc.zgo.at/count.js"></script>

0 comments on commit 3a11422

Please sign in to comment.