Skip to content

Commit

Permalink
pubGENIUS bid adapter: support floor module (#2842)
Browse files Browse the repository at this point in the history
  • Loading branch information
edmonl authored Apr 13, 2021
1 parent 3753ce1 commit 3dae8d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-docs/bidders/pubgenius.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ description: Prebid pubGENIUS Bidder Adaptor
pbjs: true
biddercode: pubgenius
media_types: banner
getFloor: true
gdpr_supported: true
usp_supported: true
schain_supported: true
Expand All @@ -18,7 +19,6 @@ userIds: unifiedId
| Name | Scope | Description | Example | Type |
|------------|----------|-----------------------------------------------------------------------------------------------------------------|----------|-----------|
| `adUnitId` | required | pubGENIUS ad unit ID. | `'1234'` | `string` |
| `bidFloor` | optional | Bid floor | `0.01` | `number` |
| `position` | optional | Ad position on the page. Supported values: `0` - unknown (default), `1` - above the fold, `3` - below the fold. | `1` | `integer` |
| `test` | optional | Indicates bidding for testing purposes | `true` | `boolean` |
| `video` | optional | Contains properties of the video ad. Any fields of `Video` object in OpenRTB v2.5 are accepted. | `{ skip: 1 }` | `object` |
Expand Down

0 comments on commit 3dae8d3

Please sign in to comment.