@@ -13,28 +13,31 @@ pbs: true
13
13
sidebarType : 1
14
14
schain_supported : true
15
15
ortb_blocking_supported : true
16
+ userIds : all
17
+ floors_supported : true
16
18
---
17
19
18
20
### Note:
19
21
20
22
[ Vidoomy
] ( https://vidoomy.com/ ) , for more info please contact
[email protected]
21
23
22
- ### Bid Params
24
+ ### Client Side Bid Params
23
25
24
26
{: .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 ` |
25
32
26
- | Name | Scope | Description | Example | Type |
27
- | -------| ----------| -------------| ------------| ----------|
28
- | ` id ` | required | id | ` 123123 ` | ` string ` |
29
- | ` pid ` | required | pid | ` '123123' ` | ` string ` |
30
33
31
- ### Bid Params (Prebid Server)
34
+ ### Server Side Bid Params (Prebid Server)
32
35
33
36
{: .table .table-bordered .table-striped }
34
37
35
38
| Name | Scope | Description | Example | Type |
36
39
| ----------| ----------| ---------------------------------------------| -------------------| ----------------|
37
- | ` zoneId ` | required | Zone Id | " 123123" | ` string ` |
40
+ | ` zoneId ` | required | Zone Id | ` ' 123123' ` | ` string ` |
38
41
| ` bcat ` | optional | List of blocked advertiser categories (IAB) | ` ['IAB1-1'] ` | ` string array ` |
39
42
| ` badv ` | optional | Blocked Advertiser Domains | ` ['example.com'] ` | ` string array ` |
40
43
| ` bapp ` | optional | blocked advertiser mobile app bundles | ` ['app.com'] ` | ` string array ` |
@@ -81,4 +84,4 @@ pbjs.setConfig({
81
84
battr: [1, 2, 3]
82
85
}
83
86
});
84
- ```
87
+ ```
0 commit comments