Skip to content

Commit

Permalink
remove ext bidfloor
Browse files Browse the repository at this point in the history
  • Loading branch information
ikagotso committed Mar 7, 2024
1 parent 0362eb4 commit f13c84b
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 514 deletions.
4 changes: 0 additions & 4 deletions adapters/sovrn/sovrn.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,6 @@ func (s *SovrnAdapter) MakeRequests(request *openrtb2.BidRequest, reqInfo *adapt

imp.TagID = tagId

if imp.BidFloor == 0 && sovrnExt.BidFloor > 0 {
imp.BidFloor = sovrnExt.BidFloor
}

var impExtBuffer []byte
impExtBuffer, err = json.Marshal(&sovrnImpExt{
Bidder: sovrnExt,
Expand Down

This file was deleted.

125 changes: 0 additions & 125 deletions adapters/sovrn/sovrntest/supplemental/only-custom-bidfloor.json

This file was deleted.

This file was deleted.

Loading

0 comments on commit f13c84b

Please sign in to comment.