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

Skip to content

Commit 602b7fb

Browse files
authored
docs: document additional bidder params (prebid#6089)
1 parent 30ba476 commit 602b7fb

File tree

4 files changed

+13
-1
lines changed

4 files changed

+13
-1
lines changed

dev-docs/bidders/33across.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ var adUnits = [
5252
params: {
5353
siteId: 'examplePub123', // required
5454
productId: 'siab|inview' // required
55+
// optional: uncomment to enable test requests
56+
// test: 1
5557
}
5658
}]
5759
}

dev-docs/bidders/adf.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,15 @@ sidebarType: 1
2323
### Bid params
2424

2525
{: .table .table-bordered .table-striped }
26+
2627
| Name | Scope | Description | Example | Type |
2728
|-------------|----------------------------|----------------------|--------------------|-----------|
2829
| `mid` | required, if `inv` and `nmane` not set | Placement ID | `12345` | `integer` |
2930
| `inv` | required, if `mid` not set | Inventory source ID | `1234` | `integer` |
3031
| `mname` | required, if `mid` not set | Placement name | `"Leaderboard"` | `string` |
3132
| `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` |
3335

3436
Note: Bid placement should be defined using the `mid` parameter or `inv` and `mname` parameters (dynamic master tag) but not both.
3537

dev-docs/bidders/eskimi.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,17 @@ sidebarType: 1
2424
### Bid Params
2525

2626
{: .table .table-bordered .table-striped }
27+
2728
| Name | Scope | Description | Example | Type |
2829
|-------------------|----------|---------------------------------|------------------------|-----------|
2930
| `placementId` | required | The placement ID from Eskimi. | `612` | `integer` |
3031
| `bcat` | optional | ORTB blocked categories | `['IAB-1-1']` | `string[]`|
3132
| `badv` | optional | ORTB blocked advertiser domains | `['example.com']` | `string[]`|
3233
| `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` |
3338

3439
Additionally `battr` ORTB blocking param may be set on `BANNER` and `VIDEO` media types to specify blocked creative
3540
attributes.

dev-docs/bidders/madsense.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ The MadSense Header Bidding adapter needs approval from the MadSense team. For m
2626
### Bid Params
2727

2828
{: .table .table-bordered .table-striped }
29+
2930
| Name | Scope | Description | Example | Type |
3031
|------|----------|--------------------|-------------|-----------|
3132
| `company_id` | required | Company ID | `'1234567'` | `string` |
33+
| `bidfloor` | optional | Bid floor price | `0.5` | `number` |
34+
| `currency` | optional | Bid floor currency | `'USD'` | `string` |

0 commit comments

Comments
 (0)