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.
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