Skip to main content
Version: Kotlin Multiplatform SDK

Track events

Track important actions so Screeb can target surveys and messages based on product usage.

Screeb.trackEvent(
name = "Plan Selected",
properties = mapOf(
"plan" to "team",
"billing" to "yearly",
),
)

Use stable event names and keep properties small, typed, and meaningful.