-
Notifications
You must be signed in to change notification settings - Fork 764
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sovrn: Accept imp.ext bidfloor as number or string #3955
Conversation
Code coverage summaryNote:
sovrnRefer here for heat map coverage report
|
Hi @ikagotso, we recently released PBS 3.0, more specifically v3.1.0, which updates Prebid Server package import references throughout the project from
As a result, please merge with master (no rebase) and then ensure all Prebid Server package import references in the files you’ve changed are |
Code coverage summaryNote:
sovrnRefer here for heat map coverage report
|
hey, |
openrtb_ext/imp_sovrn.go
Outdated
AdUnitCode string `json:"adunitcode,omitempty"` | ||
TagId string `json:"tagId,omitempty"` | ||
Tagid string `json:"tagid,omitempty"` | ||
BidFloor json.RawMessage `json:"bidfloor,omitempty"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can make this type interface{}
and then you won't have to unmarshal in getExtBidFloor
.
Code coverage summaryNote:
sovrnRefer here for heat map coverage report
|
I don't see a |
@ikagotso see my comment above regarding testing your bidder params. |
Code coverage summaryNote:
sovrnRefer here for heat map coverage report
|
Code coverage summaryNote:
sovrnRefer here for heat map coverage report
|
please take a look |
purpose of this commit is to fix this issue : #3514