DashboardEdited (v1.0.0)

Event emitted when a user edits their dashboard.

DashboardEdited

Event emitted when a user edits their dashboard.

Base Schema

All analytics events are based on the TrackEvent schema which provides common properties like messageId, userId, context, timestamps, and more.

Base Schema Reference: analytics-track.yaml

Event-Specific Properties

This schema shows only the event-specific properties that extend the base TrackEvent schema:

3 properties

Properties specific to this event type (extends BaseEvent)

dashboardIdstring

Unique identifier of the dashboard that was edited.

kindstring

The kind of edit performed on the dashboard.

Allowed values: saved discarded
transactionIdstring

Unique identifier of the edit transaction. This is set when the user opens the dashboard editor.