prebid / prebid.github.io

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

Adding a disclaimer for adapters that have transformBidParams #5032

Closed muuki88 closed 10 months ago

muuki88 commented 11 months ago

prebid.js bid adapters have the possibility to add a transformBidParams method that alters the bid params before they are sent to a prebid server instance. This is necessary if the parameters differ on client and server side.

One value of prebid server is, that the client side javascript is not required anymore. The transformBidParams method however makes this impossible. In order to highlight this, we would like to add a disclaimer for all bid adapters that have a transformBidParams.

Related https://github.com/prebid/Prebid.js/issues/6361

muuki88 commented 11 months ago

@patmmccann would this be a suitable solution?