Skip to main content

Track Events

The Track Events page shows a log of custom events sent to Break Ground by your development team. These are specific actions your team has chosen to record — things like "report exported", "feature activated", or "onboarding step completed".

Navigate to Analytics > Track Events to view the log.

What You See

Each row in the table represents one custom event and shows:

ColumnWhat it contains
TimestampThe exact date and time the event was recorded
Event NameThe name your team gave the event (e.g. feature_activated)
SiteWhich site the event came from, if you have multiple sites
User IDThe identifier of the user who triggered the event, or "Anonymous" if the user was not identified
PropertiesAny additional data attached to the event (e.g. plan, feature name, order amount)

Filtering

Use the date range buttons — Last 7 Days, Last 30 Days, or Last 90 Days — to narrow the log to a specific period. If you have multiple sites, use the site selector to filter by a specific one.

What Track Events Does Not Show

This page only shows custom events. Automatically recorded events — page views, clicks, scroll depth, rage clicks, and dead clicks — are not listed here. Those appear in:

Setting Up Custom Events

Custom events are configured by your development team in the SDK. If you need a new event tracked, ask your team to add it. Once it's set up, events will start appearing in this log automatically.

See the Custom Events SDK guide for implementation details.