prebid / Prebid.js

Setup and manage header bidding advertising partners without writing code or confusing line items. Prebid.js is open source and free.
https://docs.prebid.org
Apache License 2.0
1.28k stars 2.05k forks source link

Various Bid Modules: preventing custom aliases #12135

Open andyblackwell opened 1 month ago

andyblackwell commented 1 month ago

Type of issue

similar to #12047, the bid validation in these bid adapters prevents custom aliasing

Description

bidders don't need to validate the bidder name in isBidRequestValid(), prebid handles that already, and when they do, it prevents being able to use custom aliases, rejecting bids as invalid when a custom alias is used

Steps to reproduce

use a custom alias for the bidders

Expected results

bid requests sent in the auction

Actual results

bids rejected as invalid due to unnecessary bidder name validation

Platform details

all prebid versions that I can tell

Other information

similar issue to #12047

andyblackwell commented 1 month ago

grepped through all the adapters to find any others with a similar issue:

patmmccann commented 1 month ago

@jefftmahoney fyi

patmmccann commented 1 month ago

@andyblackwell feel free to submit pr on anyone affecting you, I'll merge without consulting them

However 8.x is closed for additional releases

jefftmahoney commented 1 month ago

@andyblackwell @patmmccann - PR submitted to address this for Sharethrough's adapter (12136). Let me know if you have any questions or need anything further!