Skip to content

Commit

Permalink
Change macro resolution langauge (#3743)
Browse files Browse the repository at this point in the history
* Update faq.md

* Update faq.md
  • Loading branch information
patmmccann authored May 12, 2022
1 parent 56524c2 commit 90f402b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,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.
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.
## How does Prebid interact with the GAM yield group header bidding feature?
Expand Down

0 comments on commit 90f402b

Please sign in to comment.