App
To track an event using the app package, you can use the corresponding method on the tracker instance. For example:
Example
val properties = AppAppInstalledProperties()
bird.tracker.app.appInstalled(properties)let properties = AppAppInstalledProperties()
bird.tracker.app.appInstalled(properties)const properties: AppAppInstalledProperties = {};
Bird.tracker.app.appInstalled(properties, event_opts);Methods
appInstalled()
val properties = AppAppInstalledProperties()
bird.tracker.app.appInstalled(properties)let properties = AppAppInstalledProperties()
bird.tracker.app.appInstalled(properties)const properties: AppAppInstalledProperties = {};
Bird.tracker.app.appInstalled(properties, event_opts);AppAppInstalledProperties
appUninstalled()
val properties = AppAppUninstalledProperties()
bird.tracker.app.appUninstalled(properties)let properties = AppAppUninstalledProperties()
bird.tracker.app.appUninstalled(properties)const properties: AppAppUninstalledProperties = {};
Bird.tracker.app.appUninstalled(properties, event_opts);AppAppUninstalledProperties
appOpened()
AppAppOpenedProperties
Property
Type
from_background?
Boolean
referring_application?
String
url?
String
appUpdated()
AppAppUpdatedProperties
Property
Type
previous_build?
String
previous_version?
String
appBackgrounded()
AppAppBackgroundedProperties
appForegrounded()
AppAppForegroundedProperties
appCrashed()
AppAppCrashedProperties
linkClicked()
AppLinkClickedProperties
Property
Type
provider?
String
url?
String
screenViewed()
AppScreenViewedProperties
Property
Type
screen_name?
String
Last updated
Was this helpful?

