404 tracking
Seean can report not-found pages when the page sends a marked pageview.
Send a marker
After the tracker is ready on your not-found page:
window.seean.track("pageview", { status: 404 });
The record uses the current pathname. It appears under Overview → Pages → 404s.
Avoid misleading counts
The normal tracker also sends an automatic pageview on page load. Sending the marked call adds another pageview; it does not update or replace the automatic record. Account for this when interpreting total views and usage.
What this does not detect
Seean does not crawl your site for broken links or inspect every HTTP response. If a failed page never loads the tracker or never sends the marker, it will not appear in the 404 report.
Use the activity log to inspect recorded paths and the export when you need the underlying rows.
Something unclear? Contact support.