Skip to content

Commit cd5d7c5

Browse files
rahulkooverjee-googlesbelov
authored andcommitted
Further clarify top level auction dynamics
1 parent 11063ec commit cd5d7c5

File tree

1 file changed

+1
-1
lines changed
  • proposals/fledge-multiple-seller-testing

1 file changed

+1
-1
lines changed

‎proposals/fledge-multiple-seller-testing/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To enable different exchanges to test FLEDGE in Origin Trials with publishers th
1212

1313
Sellers might need to update their previously provided auction configuration for auctions run when [refreshing an ad slot](https://developers.google.com/publisher-tag/samples/refresh). To support auction configuration updates, later calls with the same `configKey` would replace the stored component `auctionConfig` for that `configKey` and slot, while `Slot.setConfig({ componentAuctions: [{configKey, null}] })` would remove it.
1414

15-
Component seller bids into the top-level auction will be interpreted by Ad Manager as “publisher payout net of fees or revshares” expressed in USD CPM units. Ad Manager will compare the winning bid of each component auction, including Ad Manager's own component auction for interest group bids of its buyers, as well as the best contextual ad (which is selected via [dynamic allocation](https://support.google.com/admanager/answer/3721872?hl=en)), and will serve the ad with the highest bid.
15+
Component seller bids into the top-level auction will be interpreted by Ad Manager as “publisher payout net of fees or revshares” expressed in USD CPM units. Ad Manager will compare the winning bid of each component auction, including Ad Manager's own component auction for interest group bids of its buyers, as well as the best contextual ad (which is selected via [dynamic allocation](https://support.google.com/admanager/answer/3721872?hl=en)), and will serve the ad with the highest bid. This comparison will be done through a [first price auction](https://blog.google/products/admanager/update-first-price-auctions-google-ad-manager/) - where Ad Manager will not share the bid of any auction participant with any other auction participant prior to completion of the auction.
1616

1717
## Next steps
1818
Experimental support in GPT is now available. Please see the [GPT developer documentation](https://developers.google.com/publisher-tag/reference#googletag.config.componentauctionconfig) for further details.

0 commit comments

Comments
 (0)