WinNotice
Prebid WinNotice object
Object sent when an auction has been won.
Field | Type | Description |
---|---|---|
publisherId | String; required | Unique publisher ID. |
siteId | String; required | Unique site ID. |
placementId | String; required | Unique publisher tag ID. |
cpm | Float; required | The CPM paid to the Publisher. |
currency | String; required | The currency of the winning bid. For more information, seeĀ List of currencies. |
impId | String; required | The unique identifier of the impression that won the auction. |
adUnitCode | String; optional | The unique identifier of the ad-unit-code. It's the ID of the div (aka placement) |
auctionId | String; optional | The unique identifier of the auction. |
transactionId | String; optional | The unique identifier of the BidRequest transaction. |
ttl | Integer; optional | How long (in seconds) this bid is considered valid. |
requestTimestamp | Integer; optional | Timestamp of when the request started. |
responseTimestamp | Integer; optional | Timestamp of when the request finished. |
dsp_id | String; required | The DSP id. |
app_bundle | String; optional | The id of the App Bundle on the App Store |
app_id | String; optional | The AIDEM generated App ID |
app_name | String; optional | The name of the App |
app_store_url | String; optional | The store url or the App |
inventory_source | String; optional | The inventory source |
mediatype | String, required | The media type. It can be either banner or video |
environment | String, required | The environment. It can be either web or app |
loader | String, optional | TBD |
ext | Object, optional | Extra data, arbitrary object with reserved fields. |
Prebid WinNoticeExt object
Arbitrary object. Reserved fields can be added as needed.
Field | Type | Description |
---|---|---|
seatid | String, optional | The DSP that sent the winning bid. |