From 15156fabf02ca820c60ff0b5c47768797a72c26d Mon Sep 17 00:00:00 2001 From: e-volution-tech <61746103+e-volution-tech@users.noreply.github.com> Date: Thu, 17 Jun 2021 21:30:01 +0300 Subject: [PATCH] e-volution doc update (#3025) --- dev-docs/bidders/e_volution.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/dev-docs/bidders/e_volution.md b/dev-docs/bidders/e_volution.md index c68096896f..867093350f 100644 --- a/dev-docs/bidders/e_volution.md +++ b/dev-docs/bidders/e_volution.md @@ -5,7 +5,12 @@ description: Prebid E-volution tech Bidder Adapter pbjs: true biddercode: e_volution gdpr_supported: true -media_types: banner, video +media_types: banner, video, native +gvl_id: 957 +pbs: true +pbs_app_supported: true +usp_supported: true +schain_supported: true pbjs_version_notes: not in 5.x --- @@ -13,9 +18,16 @@ pbjs_version_notes: not in 5.x The E-volution Bidding adapter requires setup before beginning. Please contact us at admin@e-volution.ai -### 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 + +{: .table .table-bordered .table-striped } +| Name | Scope | Description | Example | Type | +|---------------|----------|-----------------------|-----------|-----------| +| `key` | required | E-volution integration key | `'cf64c93f277afdd928d8260653d7413d'` | `'string'` |