diff --git a/dev-docs/bidders/e_volution.md b/dev-docs/bidders/e_volution.md index 0d061f302c..66edbff545 100644 --- a/dev-docs/bidders/e_volution.md +++ b/dev-docs/bidders/e_volution.md @@ -23,20 +23,23 @@ safeframes_ok: true sidebarType: 1 --- -### Note +## Note The E-volution Bidding adapter requires setup before beginning. Please contact us at -### Prebid.JS Bid Params +## Prebid.JS Bid Params {: .table .table-bordered .table-striped } -| Name | Scope | Description | Example | Type | -|---------------|----------|-----------------------|-----------|-----------| -| `placementId` | required | E-volution tech placement id | `'1234asdf'` | `'string'` | -### Prebid Server Bid Params +| Name | Scope | Description | Example | Type | +|---------------|----------|--------------|---------|----------| +| `placementId` | optional | Placement Id | `'0'` | `string` | +| `endpointId` | optional | Endpoint Id | `'0'` | `string` | + +## Prebid Server Bid Params {: .table .table-bordered .table-striped } -| Name | Scope | Description | Example | Type | -|---------------|----------|-----------------------|-----------|-----------| -| `key` | required | E-volution integration key | `'cf64c93f277afdd928d8260653d7413d'` | `'string'` | + +| Name | Scope | Description | Example | Type | +|-------|----------|-----------------------------|--------------------------------------|----------| +| `key` | required | E-volution integration key | `'cf64c93f277afdd928d8260653d7413d'` | `string` |