App
To track an event using the app package, you can use the corresponding method on the tracker instance. For example:
Example
Methods
appInstalled()
AppAppInstalledProperties
appUninstalled()
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?