Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 34456b3

Browse files
nisart007nimasrn
andauthored
Updated documentation for Vidoomy bidfloor and userId module (prebid#4474)
* Updated docs for Vidoomy blocking supported * Updated documentation for Vidoomy bidfloor support --------- Co-authored-by: nima <[email protected]>
1 parent 3ac6fc7 commit 34456b3

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

dev-docs/bidders/vidoomy.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,28 +13,31 @@ pbs: true
1313
sidebarType: 1
1414
schain_supported: true
1515
ortb_blocking_supported: true
16+
userIds: all
17+
floors_supported: true
1618
---
1719

1820
### Note:
1921

2022
[Vidoomy](https://vidoomy.com/), for more info please contact [email protected]
2123

22-
### Bid Params
24+
### Client Side Bid Params
2325

2426
{: .table .table-bordered .table-striped }
27+
| Name | Scope | Description | Example | Type |
28+
|------------------|----------|------------------|------------------------------|----------|
29+
| `id` | required | id | `'123123'` | `string` |
30+
| `pid` | required | pid | `'123123'` | `string` |
31+
| `bidfloor` | optional | CPM bidfloor in USD | `0.08` | `float` |
2532

26-
| Name | Scope | Description | Example | Type |
27-
|-------|----------|-------------|------------|----------|
28-
| `id` | required | id | `123123` | `string` |
29-
| `pid` | required | pid | `'123123'` | `string` |
3033

31-
### Bid Params (Prebid Server)
34+
### Server Side Bid Params (Prebid Server)
3235

3336
{: .table .table-bordered .table-striped }
3437

3538
| Name | Scope | Description | Example | Type |
3639
|----------|----------|---------------------------------------------|-------------------|----------------|
37-
| `zoneId` | required | Zone Id | "123123" | `string` |
40+
| `zoneId` | required | Zone Id | `'123123'` | `string` |
3841
| `bcat` | optional | List of blocked advertiser categories (IAB) | `['IAB1-1']` | `string array` |
3942
| `badv` | optional | Blocked Advertiser Domains | `['example.com']` | `string array` |
4043
| `bapp` | optional | blocked advertiser mobile app bundles | `['app.com']` | `string array` |
@@ -81,4 +84,4 @@ pbjs.setConfig({
8184
battr: [1, 2, 3]
8285
}
8386
});
84-
```
87+
```

0 commit comments

Comments
 (0)