Home | Notifications | New Note | Local | Federated | Search | Logout

Note Detail


Reply to @ivy@misskey.id
Ganbold@ganbold (2026-08-02 14:15:04)
is it require me to put the js script in the site? https://github.com/arp242/goatcounter

looks like def much more lightweight than umami. but for now kinda dropping idea of putting things on the client side.
---Reply--- ivy@ivy@misskey.id (2026-08-02 16:31:40) @ganbold@sns1.hydranlab.com

it gives you three options for tracking
1. js script
2. tracking pixel
3. parse your server logs

ivy uses the js script; it works, it's lightweight, and it's just one binary
Reply

---Replies---
Ganbold@ganbold (2026-08-02 16:39:36)
yoo that is goat

I never knew ivy uses it. what is the tracking pixel one tho

> Lightweight and fast; adds just ~3.5K of extra data to your site. Also has JavaScript-free "tracking pixel" option, or you can use it from your application's middleware or import from logfiles.

going to look at it for sure