Skip to content

Commit

Permalink
fix type (#5201)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikagotso authored Mar 25, 2024
1 parent a7e5c55 commit 31068ef
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 31068ef

Please sign in to comment.