Skip to content

Commit 2e077c1

Browse files
committed
merged OTT-48-ci branch into ci
1 parent 7d57dd7 commit 2e077c1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

exchange/exchange.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,11 @@ func (e *exchange) getAllBids(
455455
// Structure to record extra tracking data generated during bidding
456456
ae := new(seatResponseExtra)
457457
ae.ResponseTimeMillis = int(elapsed / time.Millisecond)
458+
458459
if bids != nil {
460+
// Setting bidderCoreName in SeatBid
461+
bids.bidderCoreName = bidderRequest.BidderCoreName
462+
459463
ae.HttpCalls = bids.httpCalls
460464
}
461465

0 commit comments

Comments
 (0)