bidEvent
Bid events occur when a customer creates, updates or deletes a bid either through the API, the CSV upload or any place in our platform. Additionally, the system may revert an operation if it was rejected by the partner; leading to another bid event.
Field | Type | Description |
---|---|---|
event_id | string | justtrack's identifier for this event |
jt_ad_set_id | int | justtrack's identifier for the ad set. May be null as not every bid has an ad set associated |
jt_campaign_id | int | justtrack's identifier for the campaign |
app_id | int | justtrack's identifier for the app |
partner_id | int | justtrack's identifier for the partner |
country_iso2 | string | The two-character ISO country code |
source_id | string | The ad partner's identifier of the media source where the ad is shown |
action | string | The kind of bid operation; create / update / delete |
value | double | The new value of the bid. In case of delete, it shows the last value |
event_time | timestamp | The date and time in UTC at which the event happened. This timestamp doesn't include the timezone. |