Skip to content

Commit

Permalink
Blue: Add bidFloor and currency param. Change current values configur…
Browse files Browse the repository at this point in the history
…ation.
  • Loading branch information
samuelfabel authored Dec 18, 2024
1 parent 1306e86 commit 40acf6b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dev-docs/bidders/blue.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ The bidder requires setup before usage. Please get in touch with our publisher t
| Name | Scope | Description | Example | Type |
|---------------|----------|---------------------|---------------|----------|
| `publisherId` | required | Unique publisher ID | `'ABCDEF'` | `string` |
| `placementId` | optional | Unique placement ID | `'ABCDEF'` | `string` |
| `placementId` | required | Unique placement ID | `'ABCDEF'` | `string` |
| `bidFloor` | required | Bid Floor Price | `1.0` | `float` |
| `currency` | required | Currency | `'USD'` | `string` |

0 comments on commit 40acf6b

Please sign in to comment.