Analytics · Components
PropertyInfo
Display analytics property identifiers and configurationPublic 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.