s-m-r-t
Open the s-m-r-t source on GitHub Switch to dark color scheme
← All UI components

Analytics · Components

PropertyInfo

Display analytics property identifiers and configuration

Public export

typescript
import { PropertyInfo } from '@happyvertical/smrt-analytics/svelte';
Import path
@happyvertical/smrt-analytics/svelte
Props
6
Props described
6 of 6
Bindable state
0
Callback events
0
Verified release
0.44.0

Props

NameTypeRequiredDescription
propertyIdstring | nullYesIdentifier for the analytics property; empty state is shown if null.
measurementIdstring | nullYesTracking ID or measurement identifier for the analytics platform.
providerstring | nullYesAnalytics provider type (e.g., 'ga4', 'plausible', 'matomo').
status'active' | 'inactive' | 'pending'YesCurrent status of the property connection.
lastSyncAtstring | nullYesISO timestamp of the most recent data synchronization.
siteDomainstringNoWebsite domain associated with the analytics property.

Bindable state

This component has no bindable public state.

Callback events

This component declares no callback event props.

Examples and explanation