Skip to main content

appEvent

App events are recorded by the justtrack SDK when users perform certain actions.

FieldTypeDescription
idstringThe event identifier
app_idintjusttrack's identifier for the app
store_idstringThe identifier of the app in the app store
justtrack_sdk_versionstringThe name of the SDK version at the time of the event
app_version_namestringThe name of the app version at the time of the event
connection_typestringThe internet connection type. Example values include "wifi", "cellular_2g", "vpn", and "ethernet".
os_versionstringThe version of the user's operating system
currencystringThe original currency
dimensionsmap<string,string>The dimensions of the event
eventstringThe name of the event
unitstringThe unit of the event
valuedoubleThe value in its original currency
value_usddoubleThe original value in USD
citystringThe city derived from the IP
country_codestringThe two-character ISO country code derived from the IP
ipstringThe IP address of the user's device at the time of the request
device_idstringThe advertising identifier for the device. For Android, this is the GAID. For iOS, this is the IDFA.
attribution_idstringjusttrack's identifier for the attribution event tied to this event
install_idstringjusttrack's identifier for the install event tied to this event
user_tracking_idstringA custom ID from another mobile measurement partner (MMP)
happened_attimestampThe date and time in UTC at which the event happened. This timestamp doesn't include the timezone.