Bid Request Data
Overview
This dataset contains Bid Request data from SSPs. It is joinable on the publishers, auction, mapping_modules and pages datasets.
Dataset
| Field | Type | Description |
|---|---|---|
| publisher_id | integer | ID for the publisher that the bid request is associated with. |
| page_id | integer | ID for the page that the bid request is associated with. |
| page_url | string | full URL of the page that the bid request orginated from. |
| bidder_code | string | bidder code name of the ad system that was issued a bid request. |
| pbjs_ad_unit_id | integer | ID of the sincera object that refers to the ad unit code in the client environment. |
| pbjs_ad_unit_code | string | The externally-available prebid ad unit code that the bid request applies to. |
| params | json | The full “params” object that is sent to the bidder. This can be a large object. |
| media_types | array | The media type (banner, video, or native) of the opportunity assoc. with the bid request. |
| sizes | array | The size(s) available and attached to the outbound bid request. |