Skip to content

Commit

Permalink
sspId for pubmatic only (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
pm-shashank-jain authored Nov 2, 2020
1 parent 9da63a6 commit bb00c5c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/pubmaticServerBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,9 @@ export const spec = {
if (bid.ext.prebid && bid.ext.prebid.targeting) {
newBid.adserverTargeting = bid.ext.prebid.targeting
}
if (newBid && newBid.originalBidder == "pubmatic") {
newBid.sspID = bid.id || '';
}
break;
default:
requestData.imp.forEach(function(impObj) {
Expand Down

0 comments on commit bb00c5c

Please sign in to comment.