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. |