Skip to content

Commit

Permalink
Update kargoBidAdapter.js (#8205)
Browse files Browse the repository at this point in the history
  • Loading branch information
patmmccann committed Mar 23, 2022
1 parent dce0ac5 commit 5df2004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/kargoBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export const spec = {
creativeId: adUnit.id,
dealId: adUnit.targetingCustom,
netRevenue: true,
currency: (adUnit.currency && adUnit.currency) || bidRequest.currency,
currency: adUnit.currency || bidRequest.currency,
meta: meta
});
}
Expand Down

0 comments on commit 5df2004

Please sign in to comment.