goatcounter
goatcounter copied to clipboard
Easy web analytics. No tracking of personal data.
Hi! Thanks so much for goatcounter! I have been running a self-hosted goatcounter for some months, and I love it! A couple of days ago (Oct 25 at 20:00), visits...
Being able to fetch goatcounter's data into Google Data Studio will be helpful. Documentation: https://developers.google.com/datastudio/connector/publish-connector
Started work on adding a Polish translation. I'm about a 3rd of the way through at the moment, but there's way more strings to translate than I thought at first...
I'll take care of the Italian (`it`) translation. It should be ready soon!
Hi, As described in the title, while I move through a website, my session id remains the same: ``` da19997fba504dd6-83fa451e80f6aa22 da19997fba504dd6-83fa451e80f6aa22 da19997fba504dd6-83fa451e80f6aa22 da19997fba504dd6-83fa451e80f6aa22 da19997fba504dd6-83fa451e80f6aa22 ``` On the GUI, the session...
This may sound like a counter-intuitive feature, but please hear me out. For me, what's more important when it comes to analytics is to see any spikes and where traffic...
Would be nice to have link that's similar to "Last day" etc. but instead of fixed time period, it would be from the first day that tracking code was added...
Turns out Caddy can only log to JSON files, but importing from (arbitrary) JSON files is useful in general I think. The biggest issue is actually accessing the JSON entries:...
Via email: > Make it possible to restrict additional users to one or more > specific sites configured in GoatCounter. Useful if you are managing > several completely separate sites...
I am trying out goatcounter using latest master built like this: ``` CGO_ENABLED=0 go build \ -tags osusergo,netgo,sqlite_omit_load_extension \ -ldflags="-X zgo.at/goatcounter.Version=$(git log -n1 --format='%h_%cI') -extldflags=-static" \ ./cmd/goatcounter ``` And running...