Skip to content

Commit

Permalink
Updated adUnitCode (#2262)
Browse files Browse the repository at this point in the history
  • Loading branch information
adilets authored and idettman committed Mar 14, 2018
1 parent cd050b6 commit 4fee47d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/a4gBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const spec = {
if (!bidId) {
bidId = bid.bidId;
}
idParams.push(bid.placementCode);
idParams.push(bid.adUnitCode);
sizeParams.push(bid.sizes.map(size => size.join(SIZE_SEPARATOR)).join(ARRAY_SIZE_SEPARATOR));
zoneIds.push(bid.params.zoneId);
});
Expand Down

0 comments on commit 4fee47d

Please sign in to comment.