prebid / prebid-server

Open-source solution for running real-time advertising auctions in the cloud.
https://prebid.org/product-suite/prebid-server/
Apache License 2.0
431 stars 739 forks source link

Do Bidders in Prebid.js which are not part of Prebid Server still run client-side? #583

Closed RajasekarPR closed 6 years ago

RajasekarPR commented 6 years ago

We have used prebid server in our project recently. Since the prebid server supports only some bidders, the other bidders are not in the auction.

If we use prebid server, the unsupported bidders are not will be in the auction ? . is there any config for the unsupported bidders to be participated in the client end?

Unsupported bidders need to be particpate in the client end right ?

Kindly do the needful.

Example : Unsupported bidders : yieldbot,appnexusAst,openx,sharethrough

dbemiller commented 6 years ago

Other bidders will participate in the auction. In your s2sconfig, you should only list the bidders that you want to run through PBS. Ad units for bidders not in that list will still run client-side.

RajasekarPR commented 6 years ago

Ok . I have checked . Working fine

dbemiller commented 6 years ago

Can this be closed, then?

RajasekarPR commented 6 years ago

Yes.

dbemiller commented 6 years ago

changed the title to be more accurate in case people search for issues in the future