bidChangeEvent
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 |
---|---|---|
id | string | The event identifier |
campaign_id | string | The identifier for the campaign that originated with the partner |
app_id | int | justtrack's identifier for the app |
store_id | string | The identifier of the app in the app store |
country_code | string | The two-character ISO country code derived from the IP |
partner_id | int | justtrack's identifier for the advertising partner |
source_id | string | The ad partner's identifier of the media source where the ad is shown |
action | string | The kind of bid operation. Values include "create", "update", and "delete" |
value_usd | double | The original value in USD |
happened_at | timestamp | The date and time in UTC at which the event happened. This timestamp doesn't include the timezone. |