diff --git a/modules/quantumBidAdapter.js b/modules/quantumBidAdapter.js index 19f9fbe07e2..57e732dfc51 100644 --- a/modules/quantumBidAdapter.js +++ b/modules/quantumBidAdapter.js @@ -251,9 +251,9 @@ export const spec = { break; case 2: native.icon = { - url: asset['img'], - width: asset['w'], - height: asset['h'] + url: asset['img']['url'], + width: asset['img']['w'], + height: asset['img']['h'] }; break; case 3: @@ -261,9 +261,9 @@ export const spec = { break; case 4: native.image = { - url: asset['img'], - width: asset['w'], - height: asset['h'] + url: asset['img']['url'], + width: asset['img']['w'], + height: asset['img']['h'] }; break; case 10: