Auction Data
Overview
This dataset contains auction data from publishers, and requires the full polyjuice functionality to generate. It is joinable on the publishers, bids, bid_request and pages datasets.
Dataset
| Field | Type | Description |
|---|---|---|
| id | integer | Sincera ID for the auction object. |
| external_auction_id | string | Externally generated ID for the auction. This is joinable to the bids dataset, as well as with publisher log files or external analytical solutions to augment or verify existing datasets. |
| ad_unit_code | string | Prebid code for the ad unit in the client environment where the auction applies to. |
| timestamp | DateTime | Timestamp of when the auction occurred. |
| timeout | integer | Time available for bidders, in milliseconds, for them to respond to a bid request. |
| page_id | integer | Sincera page_id that the bid was generated on. |
| publisher_id | integer | Sincera publisher_id that the bid was generated on. |