Skip to content

Commit

Permalink
Pass currency in Criteo 1.0 adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
Spark-NF committed Dec 1, 2017
1 parent 928c9a6 commit 1832f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/criteoBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const spec = {
const bid = {
requestId: slot.impid,
cpm: slot.cpm,
// currency: 'USD', // FIXME: should return currency from CDB
currency: slot.currency,
netRevenue: true,
ad: slot.creative,
width: slot.width,
Expand Down

0 comments on commit 1832f96

Please sign in to comment.