Skip to content

Commit 4fee47d

Browse files
adiletsidettman
authored andcommitted
Updated adUnitCode (prebid#2262)
1 parent cd050b6 commit 4fee47d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/a4gBidAdapter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export const spec = {
3636
if (!bidId) {
3737
bidId = bid.bidId;
3838
}
39-
idParams.push(bid.placementCode);
39+
idParams.push(bid.adUnitCode);
4040
sizeParams.push(bid.sizes.map(size => size.join(SIZE_SEPARATOR)).join(ARRAY_SIZE_SEPARATOR));
4141
zoneIds.push(bid.params.zoneId);
4242
});

0 commit comments

Comments
 (0)