Skip to content

Commit

Permalink
pbs pgdealsonly update
Browse files Browse the repository at this point in the history
  • Loading branch information
bretg committed Feb 23, 2022
1 parent c0c84ff commit df106a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prebid-server/endpoints/openrtb2/pbs-endpoint-auction.md
Original file line number Diff line number Diff line change
Expand Up @@ -1162,7 +1162,7 @@ In support of [Programmatic Guaranteed](/prebid-server/features/pg/pbs-pg-idx.ht
there are two extensions at the bidder level to control behavior:

- imp[].ext.prebid.bidder.BIDDER.`dealsonly` - if `true`, PBS will call the bidder, but if there's no deal ID in the response, it will reject the bid. This allows for scenarios where a bidder is called twice, once for Open Market bids, once for deals bids. Defaults to `false`.
- imp[].ext.prebid.bidder.BIDDER.`pgdealsonly` - If `true` and no PG line item for this bidder matches in this impression, PBS will not even call the bid adapter. This saves network bandwidth when no PG line items are available. Defaults to `false`.
- imp[].ext.prebid.bidder.BIDDER.`pgdealsonly` - If `true` and no PG line item for this bidder matches in this impression, PBS will not even call the bid adapter. This saves network bandwidth when no PG line items are available. Defaults to `false`. If set to 'true', this flag forces the `dealsonly` flag (above) to true.

These flags can be used separately or together. For example:

Expand Down

0 comments on commit df106a9

Please sign in to comment.