Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions dev-docs/modules/previousAuctionInfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,12 @@ ortb2: {
source: "pbjs",
adUnitCode: "div-gpt-ad-123-0",
highestBidCpm: 0.052275935, // default is null
highestBidCurrency: "USD", // default is null
bidderCpm: 0.04, // default is null
bidderOriginalCpm: 0.04, // default is null
bidderCurrency: "USD", // default is null
bidderOriginalCurrency: "USD", // default is null
bidderErrorCode: -1, // default is null
rejectionReason: "Invalid request ID", // default is null
timestamp: 1739400860310
}
]
Expand All @@ -87,9 +88,10 @@ ortb2: {
| ortb2.ext.prebid.previousauctioninfo[].source | string | Where the previous auction info was collected | |
| ortb2.ext.prebid.previousauctioninfo[].adUnitCode | string | Ad unit code of the ad slot that was bid on | |
| ortb2.ext.prebid.previousauctioninfo[].highestBidCpm | float | The highest Prebid bid cpm observed for the relative ad slot of a previous auction | null |
| ortb2.ext.prebid.previousauctioninfo[].highestBidCurrency | string | The currency of the highest Prebid bid observed for an ad slot of a previous auction | null |
| ortb2.ext.prebid.previousauctioninfo[].bidderCpm | float | The bid cpm submitted by the bidder receiving the previous auction info payload | null |
| ortb2.ext.prebid.previousauctioninfo[].bidderOriginalCpm | float | The original bid cpm submitted by the bidder receiving the previous auction info payload | null |
| ortb2.ext.prebid.previousauctioninfo[].bidderCurrency | string | The bidder currency submitted by the bidder receiving the previous auction info payload | null |
| ortb2.ext.prebid.previousauctioninfo[].bidderOriginalCurrency | string | The original bidder currency submitted by the bidder receiving the previous auction info payload | null |
| ortb2.ext.prebid.previousauctioninfo[].bidderErrorCode | integer | Whether an error was present or not | null |
| ortb2.ext.prebid.previousauctioninfo[].rejectionReason | string | The error reason, if one was present | null |
| ortb2.ext.prebid.previousauctioninfo[].timestamp | integer | Time that the previous auction info payload was collected | |