Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 12 additions & 9 deletions dev-docs/bidders/e_volution.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,23 @@ safeframes_ok: true
sidebarType: 1
---

### Note
## Note

The E-volution Bidding adapter requires setup before beginning. Please contact us at <admin@e-volution.ai>

### 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` |
Loading