diff --git a/dev-docs/modules/previousAuctionInfo.md b/dev-docs/modules/previousAuctionInfo.md index 37214e89e5..948bc87923 100644 --- a/dev-docs/modules/previousAuctionInfo.md +++ b/dev-docs/modules/previousAuctionInfo.md @@ -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 } ] @@ -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 | |