Conversation
| var bidExt openrtb_ext.ExtBid | ||
| err := jsonutil.Unmarshal(bid.Ext, &bidExt) | ||
| if err == nil && bidExt.Prebid != nil { | ||
| return 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.
Code coverage summaryNote:
oprxRefer here for heat map coverage report |
|
Please let us know if we need to do anything for this pullrequest |
| var bidExt openrtb_ext.ExtBid | ||
| err := jsonutil.Unmarshal(bid.Ext, &bidExt) | ||
| if err == nil && bidExt.Prebid != nil { | ||
| return 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.
Code coverage summaryNote:
oprxRefer here for heat map coverage report |
Code coverage summaryNote:
oprxRefer here for heat map coverage report |
| "bid_floor": { | ||
| "type": "number", | ||
| "description": "Bidding Price Floor" | ||
| }, |
There was a problem hiding this comment.
Do we need this as bidder param ? ( as standard parameter imp.bidfloor is present)
|
@Ivan-Z-Oprx please see most recent comment above. |
Code coverage summaryNote:
oprxRefer here for heat map coverage report |
|
@Ivan-Z-Oprx please resolve conflicts by merging with master. |
No description provided.