prebid / prebid.github.io

Repo that controls Prebid.org website
http://prebid.org
Apache License 2.0
67 stars 1.17k forks source link

Figure out whether/how to document s2s adapter required params (maybe) #475

Closed rmloveland closed 6 years ago

rmloveland commented 6 years ago

For example, the AppNexus s2s header bidding demand adapter requires, in addition to OpenRTB's mimes parameter, the protocols parameter (also an OpenRTB thing).

Currently these server-side adapters and what they support/require aren't documented anywhere AFAICT.

bretg commented 6 years ago

writing a Prebid Server bid adapter is covered in https://github.com/prebid/prebid-server/blob/master/docs/developers/add-new-bidder.md

When we refactor prebid.org, we'll need to decide how much of Prebid Server's inline documentation should be copied to the website.