diff --git a/dev-docs/bidders/leagueM.md b/dev-docs/bidders/leagueM.md index 9d4e147721..d804140adc 100644 --- a/dev-docs/bidders/leagueM.md +++ b/dev-docs/bidders/leagueM.md @@ -22,7 +22,7 @@ ortb_blocking_supported: true privacy_sandbox: no --- -### Prebid.js Bid params +## Prebid.js Bid params {: .table .table-bordered .table-striped } | Name | Scope | Description | Example | Type | @@ -30,3 +30,11 @@ privacy_sandbox: no | `pid` | required | Placement ID | `0e232769e6f71d291ee7dbc9d157cf84` | `string` | | `env` | optional | Environment name | `leagueM` | `string` | | `ext` | optional | Specific integration config | `{}` | `object` | + +## Prebid Server Bid Params + +{: .table .table-bordered .table-striped } +| Name | Scope | Description | Example | Type | +|-------------|----------|-----------------------------|------------------------------------|-----------| +| `pid` | required | Placement ID | `0e232769e6f71d291ee7dbc9d157cf84` | `string` | +| `env` | required | Environment name | `leagueM` | `string` |