Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions exchange/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ func prepareSource(req *openrtb2.BidRequest, bidder string, sChainsByBidder map[
} else {
sourceCopy := *req.Source
req.Source = &sourceCopy
fmt.Println("This is a merge test")
}
schain := openrtb_ext.ExtRequestPrebidSChain{
SChain: *selectedSChain,
Expand All @@ -350,6 +351,7 @@ func prepareSource(req *openrtb2.BidRequest, bidder string, sChainsByBidder map[
if err == nil {
req.Source.Ext = sourceExt
}

}

// extractBuyerUIDs parses the values from user.ext.prebid.buyeruids, and then deletes those values from the ext.
Expand Down