File tree Expand file tree Collapse file tree 4 files changed +13
-1
lines changed Expand file tree Collapse file tree 4 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,8 @@ var adUnits = [
52
52
params: {
53
53
siteId: ' examplePub123' , // required
54
54
productId: ' siab|inview' // required
55
+ // optional: uncomment to enable test requests
56
+ // test: 1
55
57
}
56
58
}]
57
59
}
Original file line number Diff line number Diff line change @@ -23,13 +23,15 @@ sidebarType: 1
23
23
### Bid params
24
24
25
25
{: .table .table-bordered .table-striped }
26
+
26
27
| Name | Scope | Description | Example | Type |
27
28
| -------------| ----------------------------| ----------------------| --------------------| -----------|
28
29
| ` mid ` | required, if ` inv ` and ` nmane ` not set | Placement ID | ` 12345 ` | ` integer ` |
29
30
| ` inv ` | required, if ` mid ` not set | Inventory source ID | ` 1234 ` | ` integer ` |
30
31
| ` mname ` | required, if ` mid ` not set | Placement name | ` "Leaderboard" ` | ` string ` |
31
32
| ` adxDomain ` | optional, Prebid.js only | The Adform domain | ` "adx.adform.net" ` | ` string ` |
32
- | ` priceType ` | optional | Price type | ` "gross" ` | ` string ` |
33
+ | ` priceType ` (alias ` pt ` ) | optional | Price type | ` "gross" ` | ` string ` |
34
+ | ` test ` | optional | Set to ` 1 ` to enable test mode | ` 1 ` | ` integer ` |
33
35
34
36
Note: Bid placement should be defined using the ` mid ` parameter or ` inv ` and ` mname ` parameters (dynamic master tag) but not both.
35
37
Original file line number Diff line number Diff line change @@ -24,12 +24,17 @@ sidebarType: 1
24
24
### Bid Params
25
25
26
26
{: .table .table-bordered .table-striped }
27
+
27
28
| Name | Scope | Description | Example | Type |
28
29
| -------------------| ----------| ---------------------------------| ------------------------| -----------|
29
30
| ` placementId ` | required | The placement ID from Eskimi. | ` 612 ` | ` integer ` |
30
31
| ` bcat ` | optional | ORTB blocked categories | ` ['IAB-1-1'] ` | ` string[] ` |
31
32
| ` badv ` | optional | ORTB blocked advertiser domains | ` ['example.com'] ` | ` string[] ` |
32
33
| ` bapp ` | optional | ORTB blocked applications | ` ['com.example.game'] ` | ` string[] ` |
34
+ | ` bidFloor ` | optional | Minimum CPM | ` 0.3 ` | ` number ` |
35
+ | ` bidFloorCur ` | optional | Currency of bid floor | ` 'USD' ` | ` string ` |
36
+ | ` coppa ` | optional | Set to ` true ` to enable COPPA | ` true ` | ` boolean ` |
37
+ | ` test ` | optional | Set to ` 1 ` to enable test mode | ` 1 ` | ` integer ` |
33
38
34
39
Additionally ` battr ` ORTB blocking param may be set on ` BANNER ` and ` VIDEO ` media types to specify blocked creative
35
40
attributes.
Original file line number Diff line number Diff line change @@ -26,6 +26,9 @@ The MadSense Header Bidding adapter needs approval from the MadSense team. For m
26
26
### Bid Params
27
27
28
28
{: .table .table-bordered .table-striped }
29
+
29
30
| Name | Scope | Description | Example | Type |
30
31
| ------| ----------| --------------------| -------------| -----------|
31
32
| ` company_id ` | required | Company ID | ` '1234567' ` | ` string ` |
33
+ | ` bidfloor ` | optional | Bid floor price | ` 0.5 ` | ` number ` |
34
+ | ` currency ` | optional | Bid floor currency | ` 'USD' ` | ` string ` |
You can’t perform that action at this time.
0 commit comments