postbackEvent
Postback events occur when justtrack sends a postback to an advertising partner based on some goal conversion.
Field | Type | Description |
---|---|---|
app_id | int | justtrack's identifier for the app |
body | string | The body of the HTTP request |
campaign_goal | bool | Flag if the postback is the campaign goal |
event_time | timestamp | The date and time in UTC at which the event happened. 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. |
event_id | string | justtrack's identifier for this event |
goal_conversion_id | string | justtrack's identifier for the goal conversion event tied to this postback |
install_id | string | justtrack's identifier for the install event tied to this event |
is_non_attributed | bool | Determines if the postback is non-attributed |
jt_campaign_id | int | justtrack's identifier for the campaign |
jt_user_id | string | justtrack's identifier for this user |
non_attributed_network_id | int | justtrack’s identifier of the network of the user for which we send the postback. Only for non-attributed postbacks |
partner_id | int | justtrack's identifier for the advertising partner |
postback_type_id | int | justtrack's identifier for this postback type |
response_code | int | The status code of the HTTP response |
url | string | The URL of the HTTP request |