installEvent
This table tracks all install events, even those that aren't counted in the Installs metric.
Field | Type | Description |
---|---|---|
app_id | int | justtrack's identifier for this app |
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 |
country_iso2 | string | The two-character ISO country code derived from the ip |
event_time | timestamp | The date and time in UTC at which the event happened. This timestamp doesn't include the timezone. |
device_display_height | int | The display height of the user's device. |
device_display_width | int | The display width of the user's device. |
device_model | string | The model of the user's device |
device_name | string | The name of the user's device. |
device_os_version | string | The version of the user's operating system |
device_type | string | The type of the user's device. Example values for this field are mobile and tablet . |
event_id | string | justtrack's identifier for this event |
instance_id | string | A unique identifier generated for the app instance. When users delete the app and re-install or clear cache, they will receive a new instance ID. |
ip | string | The IP address of the user's device at the time of the request |
city | string | The city derived from the ip |
user_agent | string | The user agent for the user's device |
ios_idfv | string | The IDFV of the user's device, if it's iOS |
android_id | string | The Android ID of the user's device, if it's Android |
test_group_id | int | The justtrack test group ID from the SDK |