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:
| Column | What it contains |
|---|---|
| Timestamp | The exact date and time the event was recorded |
| Event Name | The name your team gave the event (e.g. feature_activated) |
| Site | Which site the event came from, if you have multiple sites |
| User ID | The identifier of the user who triggered the event, or "Anonymous" if the user was not identified |
| Properties | Any 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:
- Analytics Overview — Click Quality, Page Duration, and Top Pages sections
- Heatmaps — Click patterns visualized on a page
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.