Why don't I see any data yet?
Open the health panel before you guess.
It’s under Site settings → Health, it covers the last 24 hours, and it counts accepted events against refused ones with a named reason for every refusal. That turns “nothing’s working” into one word - unknown_site, bot, hostname_not_allowed, shield_ip - which is usually the whole answer.
If the panel shows nothing arriving at all, work down this list.
- View source on your live site and search for
feasible.lol/js/. If it isn’t there, the tag didn’t deploy. Cache, staging branch, theme setting that silently strips scripts - it happens constantly. - Check the script filename against the one on your setup screen. Another site’s snippet is refused as
unknown_site, and the health panel will show it. - Turn off your own ad blocker and reload. Yours is blocking the request, and some of your visitors’ are too.
- Check you’re not excluding yourself. If you’ve set the browser-level opt-out or an IP shield, you won’t count. Here’s how to check.
Still nothing? Use the send a test event button on the health panel. It posts to the real public endpoint over the network, the way a browser would, rather than calling an internal function that would pass no matter what. If the test event lands and your site’s don’t, the problem is on the page. If the test event doesn’t land either, email us and say so.
Localhost is excluded on purpose, so a site you’re only running on your laptop won’t count anything.
More on getting started
Didn't answer it? Email help@feasible.lol. A person reads it, and if the answer belongs here we'll add it.