WidgetV2ReplacedOnDashboards (v1.0.0)
Event emitted when a v1 widget is replaced by a v2 widget on dashboards.
WidgetV2ReplacedOnDashboards
Event emitted when a v1 widget is replaced by a v2 widget on dashboards.
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:
2 properties
Properties specific to this event type (extends BaseEvent)
deletedWidgetstring
Unique identifier of the v1 widget that was deleted.
replacementWidgetstring
Unique identifier of the v2 widget that replaced the v1 widget.