diff --git a/modules/a4gBidAdapter.js b/modules/a4gBidAdapter.js index 222dfaa7ce7..e93a08e5571 100644 --- a/modules/a4gBidAdapter.js +++ b/modules/a4gBidAdapter.js @@ -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); });