Skip to main content

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.

FieldTypeDescription
event_idstringjusttrack's identifier for this event
jt_ad_set_idintjusttrack's identifier for the ad set. May be null as not every bid has an ad set associated
jt_campaign_idintjusttrack's identifier for the campaign
app_idintjusttrack's identifier for the app
partner_idintjusttrack's identifier for the partner
country_iso2stringThe two-character ISO country code
source_idstringThe ad partner's identifier of the media source where the ad is shown
actionstringThe kind of bid operation; create / update / delete
valuedoubleThe new value of the bid. In case of delete, it shows the last value
event_timetimestampThe date and time in UTC at which the event happened. This timestamp doesn't include the timezone.