prebid / prebid.github.io

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

Add bidder alias to the CSV data file #5227

Closed bretg closed 8 months ago

bretg commented 8 months ago

Got a community request to add the bidder alias to the CSV data file. Will add it to the end to hopefully avoid breaking changes to anyone who's written a script to parse out the column numbers.

bretg commented 8 months ago

Done. There are two new fields in the CSV: aliasOf and adapterFilename.

Note: this CSV file is linked to from the bidder params page https://docs.prebid.org/dev-docs/bidders.html

AtifIqbal123 commented 8 months ago

Thanks Bretg