userEvent
User events are recorded by the justtrack SDK when users perform certain actions.
Field | Type | Description |
---|---|---|
android_id | string | The android device's identifier |
app_bundle_version | int | The version of the app bundle at the time of the event |
app_sdk_version_name | 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 |
attribution_id | string | justtrack's identifier for the attribution event tied to this install |
city | string | The city derived from the ip |
country_iso2 | string | The two-character ISO country code derived from the ip |
device_connection_type | string | The internet connection type. Example values include wifi , cellular_2g , vpn , and ethernet . |
device_id | string | The advertising identifier for the device. For Android, this is the GAID. For iOS, this is the IDFA. |
device_os_version | string | The version of the user's operating system |
event_currency | string | The currency of the event |
event_dimensions | map<string,string> | The dimensions of the event |
event_id | string | justtrack's identifier for this event |
event_name | string | The name of the event |
event_time | timestamp | The date and time in UTC at which the event happened. This timestamp doesn't include the timezone. |
event_unit | string | The unit of the event |
event_value | double | The value of the event |
install_id | string | justtrack's identifier for the install event tied to this event |
ios_idfv | string | The apple device's IDFV |
ip | string | The IP address of the user's device at the time of the request |
jt_user_id | string | justtrack's identifier for this user |
user_tracking_id | string | A custom ID from another mobile measurement partner (MMP) |