Skip to content

Commit

Permalink
Fixing adserver trying to get bidder name from params (prebid#2784)
Browse files Browse the repository at this point in the history
  • Loading branch information
Saigredan authored and AlessandroDG committed Sep 13, 2018
1 parent 908062e commit 49cd7eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/serverbidBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const spec = {

// These variables are used in creating the user sync URL.
siteId = validBidRequests[0].params.siteId;
bidder = validBidRequests[0].params.bidder;
bidder = validBidRequests[0].bidder;

const data = Object.assign({
placements: [],
Expand Down

0 comments on commit 49cd7eb

Please sign in to comment.