New Adapter: ferio - #4780
Conversation
| } | ||
| } | ||
|
|
||
| bidType, err := openrtb_ext.ParseBidType(string(bidExt.Prebid.Type)) |
There was a problem hiding this comment.
Consider this as a suggestion. Prebid server expects the media type to be explicitly set in the adapter response. Therefore, recommends implementing a pattern where the adapter server sets the MType field in the response to accurately determine the media type for the impression.
|
@bsardo just bumping this up. Could you please review when you get a chance? We haven't had any updates on the adapter for a while, so your feedback would be highly appreciated. |
Code coverage summaryNote:
ferioRefer here for heat map coverage report |
35835cb to
717ea0f
Compare
|
Hi @Taxel @bsardo, just following up on this PR. This PR was originally submitted on May 15. Since then, several new adapter PRs submitted later have already been reviewed, merged, and included in Prebid Server releases. We understand that review capacity and priorities may vary, but we would really appreciate it if you could take a look at this PR as well, or let us know if anything is currently blocking its review. We are ready to address any feedback or CI issues promptly. Thank you! |
717ea0f to
8040b4b
Compare
Code coverage summaryNote:
ferioRefer here for heat map coverage report |
8040b4b to
99bad37
Compare
Type of change
Other information
Adds the Ferio bidder adapter for Prebid Server.
The adapter declares support for banner, video, and native media types in site and app environments. This change adds the Ferio bidder params schema, bidder-info metadata, OpenRTB extension type, adapter registration, JSON sample tests, and adapter unit coverage.
Docs PR - prebid/prebid.github.io#6568
Related Prebid.js PR - prebid/Prebid.js#14896