goatcounter
goatcounter copied to clipboard
Easy web analytics. No tracking of personal data.
Currently there is a "view by day" setting. However, I think it would be useful to also provide view-by-week and view-by-month totals. I am personally more interested in weekly/monthly trends...
Right now anyone can send a request to `example.goatcounter.com/count` with any data they want. This has the potential for abuse in several ways: 1. I can add the tracking code...
I was just thinking about the challenge of building all this yourself and it occurs to me that if you made the server expose a stats API that gives all...
Currently 404s to any URL shows as a hit to `/404.html`. Is this because I have `` in the HTML? Might be worthwhile to update the documentation to make it...
Hi, I would like to suggest some new features for the next version/versions. - Daily pageviews - Daily visits - Daily visitors - Pageviews per visitor All of them to...
This means that if I have, say, 10,000 hits for `/foo` and 5 hits for `/Foo`, I can't purge `/Foo` without also purging all 10,000 hits of `/foo`. It would...
It should be possible to compare stats, to see how e.g. this month compares to last month.
Would be cool to be able to for example invert a filter like `!whatever` And could be useful with custom fields (https://github.com/zgoat/goatcounter/issues/191) e.g. ``` https://test.goatcounter.com/count?p=/hello&nojs=true ``` then be able to...
In the backend whenever you click a "Show all" or a "Show more" button you cannot collapse it back to the smaller state, this right now seems to require a...
It would be useful to be able to add custom fields, for example: https://test.goatcounter.com/count?p=/hello&c_name=whatever This then shows up in the UI somewhere, and is filterable/selectable.