Skip to content

Commit

Permalink
remove the bid id hack
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-stevens committed Oct 16, 2023
1 parent 0888aab commit a1852b0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions adapters/rubicon/rubicon.go
Original file line number Diff line number Diff line change
Expand Up @@ -1075,8 +1075,6 @@ func (a *RubiconAdapter) MakeBids(internalRequest *openrtb2.BidRequest, external
}
}

ortbBid.ID = ortbBid.ID + "-" + sb.Seat

bidResponse.Bids = append(bidResponse.Bids, &adapters.TypedBid{
Bid: &ortbBid,
BidType: bidType,
Expand Down
2 changes: 0 additions & 2 deletions adapters/rubiconNative10/rubiconNative10.go
Original file line number Diff line number Diff line change
Expand Up @@ -1109,8 +1109,6 @@ func (a *RubiconAdapter) MakeBids(internalRequest *openrtb2.BidRequest, external
}
}

ortbBid.ID = ortbBid.ID + "-" + sb.Seat

bidResponse.Bids = append(bidResponse.Bids, &adapters.TypedBid{
Bid: &ortbBid,
BidType: bidType,
Expand Down

0 comments on commit a1852b0

Please sign in to comment.