Radial / Docs Viewport Early access

Viewport extension

Usage data

Viewport keeps anonymous usage stats so we can see which features earn their place. This page is the complete schema: every event the extension can send, every property attached to it, and nothing else. If it isn't listed here, the extension doesn't send it.

The rules

Events

EventWhen it firesExtra properties
vp_panel_openedThe Viewport panel opens.none
vp_device_selectedA device preset is clicked.device (desktop, tablet, or mobile)
vp_screenshot_takenA screenshot starts.kind (view or full)
vp_inspect_usedInspect mode turns on.none
vp_comment_mode_usedComment mode turns on.none
vp_edit_mode_usedEdit-text mode turns on.none
vp_copy_for_aiThe Copy for AI button copies a prompt.comment_count, edit_count (how many items went into the prompt, never their text)
vp_guides_usedRulers & guides turn on.none
vp_scheme_changedThe color-scheme preview cycles.scheme (auto, dark, or light)
vp_sidebar_openedThe Pages sidebar opens.none
vp_sitemap_viewedThe visual sitemap opens.none

Every event also carries the extension version, the random install ID, and a timestamp. That's the whole payload.

Where it goes

Events are processed for us by PostHog and are used only to improve Viewport. They are never sold or shared for anyone else's purposes. The Viewport privacy policy holds this in writing; the Radial app's separate schema lives at Radial usage data.