Reserved events
webDeveloper
The 48 $-prefixed event names the SDK emits, grouped by the feature that owns them.
Names beginning with $ belong to the SDK. Tracking one of these yourself collides with the SDK's own event, so treat the list below as reserved when you design a tracking plan.
| Feature | Events |
|---|---|
analytics | $alias · $autocapture · $change · $deadclick · $download · $exception · $exit_intent · $group · $identify · $impression · $outbound_link · $pageleave · $pageview · $rageclick · $shake · $submit · $subscription · $web_vital |
coach | $coachmark_anchor_failed · $coachmark_anchor_healed · $coachmark_anchor_seen · $coachmark_branched · $coachmark_step_back · $coachmark_step_completed · $coachmark_step_entered · $coachmark_step_fallback · $coachmark_step_skipped · $coachmark_tour_abandoned · $coachmark_tour_completed · $coachmark_tour_started |
exit-intent | $exit_intent |
facade | $feature_flag_called · $group · $push_opened |
forms | $form_abandon · $form_error · $form_start |
inbox | $inbox_unread_changed · $message_archived · $message_cta_clicked · $message_deleted · $message_expired · $message_pinned · $message_read · $message_received · $message_seen · $message_unarchived · $message_unpinned |
Naming conventions, the tracking plan and the web-versus-mobile split are covered in Event naming.