Skip to content

Commit

Permalink
Ucfunnel Bid Adapter: update currency parameter in ad response (#6357)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhsiehucf authored Feb 26, 2021
1 parent 63ffed0 commit 827d982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ucfunnelBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const spec = {
cpm: ad.cpm || 0,
creativeId: ad.crid || ad.ad_id || bidRequest.params.adid,
dealId: ad.deal || null,
currency: 'USD',
currency: ad.currency || 'USD',
netRevenue: true,
ttl: 1800,
meta: {}
Expand Down

0 comments on commit 827d982

Please sign in to comment.