diff --git a/modules/vertozBidAdapter.js b/modules/vertozBidAdapter.js index f3727714454..57a87613286 100644 --- a/modules/vertozBidAdapter.js +++ b/modules/vertozBidAdapter.js @@ -74,7 +74,7 @@ export const spec = { mediaType: 'banner', currency: 'USD', dealId: null, - creativeId: null, + creativeId: bidRespObj.bid, ttl: 300, ad: bidRespObj.ad + utils.createTrackPixelHtml(decodeURIComponent(bidRespObj.nurl)) };