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
425 stars 720 forks source link

C2S/S2S which is more general? #1032

Closed mobsmartJP closed 5 years ago

mobsmartJP commented 5 years ago

Hi. I am currently working on headerbidding and my tech team wants to know which is more general (in Japan if you know) between C2S and S2S? We know both methods of connections has pros and cons but just wanted know...

Thank you.

mobsmartJP commented 5 years ago

Also, if % is available, please let me know.

Thank you.

hhhjort commented 5 years ago

WIth S2S, you will have to do usersyncs on your server, as PBS won't have access to any of the client's cookies. Its primary advantage is probably lower latency, in requesting bids before the page starts loading. This is most powerful in the case where the server can prefetch ads, for example in a long form video stream you know when the ad breaks are and can fetch bids ahead of time.

bretg commented 5 years ago

Client-Side header-bidding is still more common for web scenarios. Server-side is the only way to support mobile apps and AMP.

There are additional testing features being built to be able to get better data about client-vs-server. When solid data is available, we'll post it on prebid.org. Hopefully next year.