Analytics
type
Analytics
API interface representing the analytics API methods and properties.
Each method interacts with the internal analytics system to track user data, events, and activities.
Properties
getUserId
Retrieves the user ID.
any
identify
Identifies the user by their traits.
any
requireDefaultEventProperties
Requires that the provided properties are present in analytics events.
any
setDefaultEventProperties
Sets default properties for analytics events.
any
setDefaultProperties
Sets default properties for analytics events.
any
setTrackActivities
Sets the tracking status for user activities.
any
track
Tracks a generic event or activity.
any
trackInstall
Tracks the installation of the application.
any
