Skip to content

Commit

Permalink
Update floors.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bszekely1 authored Apr 28, 2021
1 parent 95d29e7 commit f41f26c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-docs/modules/floors.md
Original file line number Diff line number Diff line change
Expand Up @@ -1115,7 +1115,7 @@ For a bid adapter who does not wish to handle making a request for each size in
let floorInfo = bidRequest.getFloor({
currency: 'USD',
mediaType: 'banner',
size: '\*'
size: '*'
});
data['adapter_floor'] = floorInfo.currency === 'USD' ? floorInfo.floor : undefined;
}
Expand Down

0 comments on commit f41f26c

Please sign in to comment.