Skip to content

Commit

Permalink
PBS FAQ: SSL support (prebid#3680)
Browse files Browse the repository at this point in the history
  • Loading branch information
bretg authored and jlaso committed Aug 31, 2023
1 parent 0b0cddc commit f0df9b2
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions faq/prebid-server-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,10 +205,14 @@ endpoint: "https://{host}.example.com/path"

## Did the location of the bidder parameters change?

Why yes, glad you noticed. The original OpenRTB extension where bidders
and parameters were placed was imp[].ext. Now the recommended location
is imp[].ext.prebid.bidder. This change was driven by the existence of
Why yes, glad you noticed. The original 2017 OpenRTB extension where bidders
and parameters were placed was imp[].ext.BIDDER. Since 2020, the recommended location
is imp[].ext.prebid.bidder.BIDDER. This change was driven by the existence of
other fields in imp[].ext that aren't bidders, like `skadn`, `data`, etc.

Bidders are copied from imp[].ext to imp[].ext.prebid.bidder, and they will be copied for years to come, but we would ask that new implementations of stored requests
utilize the new location.

## Does PBS support SSL?

No, Prebid Server is intended to run behind a load balancer or proxy, so it does not currently support defining a security certificate.

0 comments on commit f0df9b2

Please sign in to comment.