Skip to content

Commit

Permalink
Update Vidazoo bidder documentation (#5346)
Browse files Browse the repository at this point in the history
Added `pbs: true` to bidder functionality and updated the `pId` parameter description in the Vidazoo bidder documentation, specifying its use for pbjs only.
  • Loading branch information
saar120 committed Jul 1, 2024
1 parent 1bbc3ac commit c55ca86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev-docs/bidders/vidazoo.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ tcfeu_supported: true
gpp_supported: true
usp_supported: true
pbjs: true
pbs: true
sidebarType: 1
---

Expand All @@ -19,6 +20,6 @@ sidebarType: 1
| Name | Scope | Description | Example | Type |
|------------|----------|------------------------------------------------------------------------------------------|------------------------------|----------|
| `cId` | required | The connection ID from Vidazoo. | `'562524b21b1c1f08117fc7f9'` | `string` |
| `pId` | required | The publisher ID from Vidazoo. | `'59ac17c192832d0011283fe3'` | `string` |
| `pId` | required | The publisher ID from Vidazoo (pbjs only). | `'59ac17c192832d0011283fe3'` | `string` |
| `bidFloor` | optional | The minimum bid value desired. Vidazoo will not respond with bids lower than this value. | `0.90` | `float` |
| `subDomain`| optional | Sets the server subdomain, default: 'prebid'. | `'prebid'` | `string` |

0 comments on commit c55ca86

Please sign in to comment.