Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
ikagotso committed Mar 13, 2024
1 parent 6b0dd9d commit b2c08c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-docs/bidders/sovrn.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ sidebarType: 1
| Name | Scope | Description | Example | Type |
|--------------|----------|----------------------|------------------|----------|
| `tagid` | required | The sovrn Ad Tag ID | `'315045'` | `string` |
| `bidfloor` | optional | Bid floor in dollars | `'0.04'` | `string` |
| `bidfloor` | optional | Bid floor in dollars | `0.04` | `float` |
| `adunitcode` | optional | Ad unit identifier | `'example_code'` | `string` |

Bid Params for video ads. These params should be added to `mediatype.video`.
Expand Down

0 comments on commit b2c08c3

Please sign in to comment.