Skip to content

Commit

Permalink
Add type conversion for openx parameters (#2408)
Browse files Browse the repository at this point in the history
  • Loading branch information
haohany authored and jsnellbaker committed Apr 20, 2018
1 parent 2e27a33 commit 1a7dac7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/prebidServerBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,10 @@ const paramTypes = {
'secure': tryConvertNumber,
'mobile': tryConvertNumber
},
'openx': {
'unit': tryConvertString,
'customFloor': tryConvertNumber
},
};

/*
Expand Down

0 comments on commit 1a7dac7

Please sign in to comment.