TAKENORI MATSUMOTO
TAKENORI MATSUMOTO
## Type of issue A bug ## Description Some bidders use the hard-coded `bidderCode` attribute. As some examples, - 33across (https://github.com/prebid/Prebid.js/blob/master/modules/33acrossBidAdapter.js#L673) - fluct (https://github.com/prebid/Prebid.js/blob/master/modules/fluctBidAdapter.js#L108) I found there is mismatch between...
**Is your feature request related to a problem? Please describe.** For some reason (e.g. prevent memory usage), app developers may want to terminate WebView(s) intentionally if it becomes unresponsive for...
I know those objects are dropped intentionally per the #551. However, in terms of profitability, those OpenRTB objects are relevant to some bidders. Default value (null for the Original API...
**Describe the bug** I found Prebid SDK iOS does not send H/W information which is corresponding to `hwv` in terms of OpenRTB. **To Reproduce** Use Charles iOS app to capture...
**Describe the bug** Unlike GAM oringial integration API (e.g. `VideoParameters.java`), other integration types (e.g. AdMob integration) does not provide basic setter methods (e.g. `setApi`) to customize OpenRTB params. I can...