Skip to content

Analytics

Jay Wilson edited this page Jan 3, 2025 · 2 revisions

Analytics are used to track errors, some features, and iOS versions.

Events

Events Purpose Properties needed Notes
appLaunched Track each time the app is launched
error know what error occurs ErrorID, errorLevel
subscribeButtonTapped Know if the subscribe button is being tapped or not
purchase track when a purchase occurs purchaseAmount, purchaseState
connectToConsoleTapped Know when a user is actually connecting to a console
disconnectFromConsoleTapped Know when a user disconnects from a console Doesn't actually fire ever... I think there's an issue due to not being connected to the internet
onboardingStepViewed
userCodeLoaded Know when a user adds a code
featreFlagToggled Know when a user turns on/off a feature flag

Clone this wiki locally