userIdentityEvent
This table stores events for any time we learn something new about the identity of the user. Such changes include (re)attributions, (re)installs, and device ID or any other user identifier changes.
Field | Type | Description |
---|---|---|
id | string | The event identifier |
justtrack_user_id | string | justtrack's identifier for this user |
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 |
app_id | int | justtrack's identifier for the app |
store_id | string | The identifier of the app in the app store |
created_at | timestamp | The date and time in UTC at which the event record is created. This timestamp doesn't include the timezone. |
device_id | string | The advertising identifier for the device. For Android, this is the GAID. For iOS, this is the IDFA. |