big docs
Link pages

Link page stats

Open a link page and choose the Stats tab. Three readings sit there, all live.

Page views

The headline number: how many times the public page was loaded, with a unique count and a this-week-versus-last-week comparison.

Views are recorded the same way form views and link clicks are — cookieless, with the visitor's IP hashed rather than stored, and obvious bot traffic filtered out. Only a published page counts views; drafts, 404s, and the editor's own preview never do.

Every visible link block that has been saved at least once shows its own click line — total clicks, unique clicks, and the weekly delta — next to the /l/<code> it redirects through.

A link block that you've just added and not yet saved has no code yet, so it can't have clicks. Hidden blocks are left out entirely.

If you've removed link blocks from the page, a footnote counts the short links they left behind. Those codes keep redirecting and keep their history; they're reachable in Manage → Links under Show them too — see Links created for you.

Form blocks

Each form block shows that form's view count, labelled all sources, not just this page. That label is literal: it's the same number the form's own stats page shows, counting every visit to the form from anywhere — this page, a DM, a post caption. big can't cheaply split form views by where the visitor came from, so it shows an honest superset rather than a number that looks page-specific and isn't.

For the click side of the funnel, use the link block numbers above — those are page-specific, because each one has its own short link.

What's not there yet

  • No day/month/quarter/year tiers. Link page stats are weekly (total, unique, this week vs last). Individual short links do have full period breakdowns — see Link stats.
  • No referrer or device breakdown for page views.
  • No CLI or MCP access to link page stats. Page views are readable over the API — GET /api/stats/links returns them under bioPages, keyed by page id (nothing maps that id back to a handle, so read it off the page here). The per-block short links are readable through big link:stats and GET /api/links/:code/stats. See the API reference.

A hiccup reading any one of the three sections leaves that section empty rather than breaking the page, so an unexpected "no views yet" on a page you know gets traffic is worth a retry before it's worth a support ticket.