Skip to content

Commit

Permalink
- vertoz adaptor response params updated (#3316)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohit546 authored and mkendall07 committed Nov 21, 2018
1 parent aed272f commit 4b14844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/vertozBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -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))
};
Expand Down

0 comments on commit 4b14844

Please sign in to comment.