From f11de94b3458de27f014b8bede4462783c754130 Mon Sep 17 00:00:00 2001 From: Patrick McCann Date: Thu, 28 Apr 2022 11:31:29 -0400 Subject: [PATCH 1/2] Update faq.md --- dev-docs/faq.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-docs/faq.md b/dev-docs/faq.md index a7230b6ef8..4ca5b0a031 100644 --- a/dev-docs/faq.md +++ b/dev-docs/faq.md @@ -170,8 +170,8 @@ and filtering. See the [list of bid response metadata](/dev-docs/bidder-adaptor. Yes, but in a way that could cause discrepancies in reporting. It's recommended that [bid adapters resolve OpenRTB macros](/dev-docs/bidder-adaptor.html#resolve-openrtb-macros-in-the-creatives) themselves before giving them to Prebid.js. -For historic reasons, Prebid will resolve the AUCTION_PRICE macro, but it will be after currency conversion and any bid adjustments. -This differs from how OpenRTB defines this value as being the clearing price in the bid currency. Header Bidding is a first-price auction, the best candidate for “clearing price” is the original bid itself. +For historic reasons, Prebid will resolve the AUCTION_PRICE macro, but it will be after currency conversion. +This differs from how OpenRTB defines this value as being the clearing price in the bid currency. Header Bidding is a first-price auction, the best candidate for “clearing price” is the original bid itself. Prebid may deprecate this resolution; it is not recommended to be resolved client-side, as it opens opportunities for abuse. ## Related Reading From 3af3179ae6e5ebc7e6c482a571789b966cee2a29 Mon Sep 17 00:00:00 2001 From: Patrick McCann Date: Fri, 6 May 2022 10:43:24 -0400 Subject: [PATCH 2/2] Update faq.md --- dev-docs/faq.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-docs/faq.md b/dev-docs/faq.md index 4ca5b0a031..d97b4be874 100644 --- a/dev-docs/faq.md +++ b/dev-docs/faq.md @@ -170,8 +170,8 @@ and filtering. See the [list of bid response metadata](/dev-docs/bidder-adaptor. Yes, but in a way that could cause discrepancies in reporting. It's recommended that [bid adapters resolve OpenRTB macros](/dev-docs/bidder-adaptor.html#resolve-openrtb-macros-in-the-creatives) themselves before giving them to Prebid.js. -For historic reasons, Prebid will resolve the AUCTION_PRICE macro, but it will be after currency conversion. -This differs from how OpenRTB defines this value as being the clearing price in the bid currency. Header Bidding is a first-price auction, the best candidate for “clearing price” is the original bid itself. Prebid may deprecate this resolution; it is not recommended to be resolved client-side, as it opens opportunities for abuse. +For historic reasons, Prebid will resolve the AUCTION_PRICE macro. + Header Bidding is a first-price auction, the best candidate for “clearing price” is the original bid itself. Prebid may deprecate this resolution; it is not recommended to be resolved client-side, as it opens opportunities for abuse. ## Related Reading