Skip to content

Commit

Permalink
Serverbid Bid Adapter: updated docs and ad sizes (prebid#2023)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgrimes authored and dluxemburg committed Jul 17, 2018
1 parent 50b1c89 commit b6b7e95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions modules/serverbidBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ sizeMap[3230] = '970x280';
sizeMap[429] = '486x60';
sizeMap[374] = '700x500';
sizeMap[934] = '300x1050';
sizeMap[1578] = '320x100';

function getSize(sizes) {
const result = [];
Expand Down
2 changes: 1 addition & 1 deletion modules/serverbidBidAdapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Connects to Serverbid for receiving bids from configured demand sources.
params: {
networkId: '9969',
siteId: '980639',
zoneId: '178503'
zoneIds: [178503]
}
}
]
Expand Down

0 comments on commit b6b7e95

Please sign in to comment.