Skip to content

Commit

Permalink
alias update (#10491)
Browse files Browse the repository at this point in the history
  • Loading branch information
gchicoye committed Sep 18, 2023
1 parent 2588459 commit ecc0f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nexx360BidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ function interpretResponse(serverResponse) {
demandSource: bid.ext.ssp,
},
};
if (allowAlternateBidderCodes) response.bidderCode = `n360-${bid.ext.ssp}`;
if (allowAlternateBidderCodes) response.bidderCode = `n360_${bid.ext.ssp}`;

if (bid.ext.mediaType === BANNER) {
if (bid.adm) {
Expand Down

0 comments on commit ecc0f48

Please sign in to comment.