appEvent
App events are recorded by the justtrack SDK when users perform certain actions.
Field | Type | Description |
---|---|---|
id | string | The event identifier |
app_id | int | justtrack's identifier for the app |
store_id | string | The identifier of the app in the app store |
justtrack_sdk_version | string | The name of the SDK version at the time of the event |
app_version_name | string | The name of the app version at the time of the event |
connection_type | string | The internet connection type. Example values include "wifi", "cellular_2g", "vpn", and "ethernet". |
os_version | string | The version of the user's operating system |
currency | string | The original currency |
dimensions | map<string,string> | The dimensions of the event |
event | string | The name of the event |
unit | string | The unit of the event |
value | double | The value in its original currency |
value_usd | double | The original value in USD |
city | string | The city derived from the IP |
country_code | string | The two-character ISO country code derived from the IP |
ip | string | The IP address of the user's device at the time of the request |
device_id | string | The advertising identifier for the device. For Android, this is the GAID. For iOS, this is the IDFA. |
attribution_id | string | justtrack's identifier for the attribution event tied to this event |
install_id | string | justtrack's identifier for the install event tied to this event |
user_tracking_id | string | A custom ID from another mobile measurement partner (MMP) |
happened_at | timestamp | The date and time in UTC at which the event happened. This timestamp doesn't include the timezone. |