Analytics/Events

Events

Every event your site sends, charted and filterable. The place to check that tracking works and to explore behavior before it earns a spot on a board.

Browsing events

The Events view lists every event name seen on your site with volume over the selected range. Click into one to see its trend and break it down by property. New event names appear as soon as the first one arrives, there is no registration step.

Inspecting properties

Each event's detail view shows the properties it carries and their value distributions. This is the quickest way to answer questions like "what plans do people actually select" or to catch a bug where a property arrives empty.

Typical uses

  • Verifying a new track() call fires correctly after a deploy.
  • Watching adoption of a feature in the days after launch.
  • Finding the property split you want before building a board widget out of it.
Tip

If an expected event is missing, check the browser console on your site for network errors, and confirm the event name matches exactly. Names are case sensitive, signup_completed and Signup_Completed are different events.