installEvent
This table tracks all install events, even those that aren't counted in the Installs metric.
Field | Type | Description |
---|---|---|
id | string | The event identifier |
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. |
attribution_id | string | justtrack's identifier for the attribution event tied to this event |
app_id | int | justtrack's identifier for the app |
store_id | string | The identifier of the app in the app store |
app_version_name | string | The name of the app version at the time of the event |
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. |
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" |
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 |
android_id | string | The Android ID of the user's device, if it's Android |
idfv | string | The IDFV of the user's device, if it's iOS |
test_group_id | int | The justtrack test group ID from the SDK |
user_agent | string | The user agent for the user's device |
created_at | timestamp | The date and time in UTC at which the event record is created. This timestamp doesn't include the timezone. |