From 8a1cadda31f16b1c97ef5a0c21d6150e3a68ff35 Mon Sep 17 00:00:00 2001 From: e-volution-tech Date: Wed, 9 Jun 2021 23:44:20 +0300 Subject: [PATCH 1/7] e-volution doc update --- 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 21a46dc926..5cf2a69ccb 100644 --- a/dev-docs/bidders/e_volution.md +++ b/dev-docs/bidders/e_volution.md @@ -5,16 +5,28 @@ 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 --- ### Note: 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'` | From 84124261fe242f7d20a99efaac562c94e61d3ccf Mon Sep 17 00:00:00 2001 From: e-volution-tech Date: Mon, 20 Dec 2021 19:36:14 +0200 Subject: [PATCH 2/7] updates for Prebid v5 --- dev-docs/bidders/e_volution.md | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-docs/bidders/e_volution.md b/dev-docs/bidders/e_volution.md index 867093350f..5cf2a69ccb 100644 --- a/dev-docs/bidders/e_volution.md +++ b/dev-docs/bidders/e_volution.md @@ -11,7 +11,6 @@ pbs: true pbs_app_supported: true usp_supported: true schain_supported: true -pbjs_version_notes: not in 5.x --- ### Note: From 69a0f7b2b25e54ab0e3185d494040b7272e27c5e Mon Sep 17 00:00:00 2001 From: e-volution-tech Date: Tue, 26 Apr 2022 17:56:09 +0300 Subject: [PATCH 3/7] add id5id --- dev-docs/bidders/e_volution.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-docs/bidders/e_volution.md b/dev-docs/bidders/e_volution.md index d5798caaad..0a0da06563 100644 --- a/dev-docs/bidders/e_volution.md +++ b/dev-docs/bidders/e_volution.md @@ -12,6 +12,7 @@ pbs_app_supported: true usp_supported: true schain_supported: true pbjs_version_notes: in 6.8+ +userIds: id5Id --- ### Note: From 3c9781a0813f86a69246b899d8a1fa96eaed730e Mon Sep 17 00:00:00 2001 From: e-volution-tech Date: Fri, 24 May 2024 19:22:27 +0300 Subject: [PATCH 4/7] update adapter --- dev-docs/bidders/e_volution.md | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/dev-docs/bidders/e_volution.md b/dev-docs/bidders/e_volution.md index 0a0da06563..e6a11e98aa 100644 --- a/dev-docs/bidders/e_volution.md +++ b/dev-docs/bidders/e_volution.md @@ -2,17 +2,25 @@ layout: bidder title: E-volution tech description: Prebid E-volution tech Bidder Adapter -pbjs: true biddercode: e_volution -gdpr_supported: true +gpp_sids: usstate_all +tcfeu_supported: true +usp_supported: true +coppa_supported: true +schain_supported: true +deals_supported: false +floors_supported: true +fpd_supported: false +ortb_blocking_supported: false media_types: banner, video, native gvl_id: 957 +multiformat_supported: will-bid-on-one +userIds: all +pbjs: true pbs: true pbs_app_supported: true -usp_supported: true -schain_supported: true -pbjs_version_notes: in 6.8+ -userIds: id5Id +safeframes_ok: true +sidebarType: 1 --- ### Note: From d50841030ec702e0efb4b84211def9c7f68379ac Mon Sep 17 00:00:00 2001 From: e-voluion-tech Date: Fri, 3 Apr 2026 12:38:38 +0300 Subject: [PATCH 5/7] update prebid js doc for teqblazeUtils lib consistent --- dev-docs/bidders/e_volution.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-docs/bidders/e_volution.md b/dev-docs/bidders/e_volution.md index 0d061f302c..6ebc1fd723 100644 --- a/dev-docs/bidders/e_volution.md +++ b/dev-docs/bidders/e_volution.md @@ -32,7 +32,8 @@ The E-volution Bidding adapter requires setup before beginning. Please contact u {: .table .table-bordered .table-striped } | Name | Scope | Description | Example | Type | |---------------|----------|-----------------------|-----------|-----------| -| `placementId` | required | E-volution tech placement id | `'1234asdf'` | `'string'` | +| `placementId` | optional | Placement Id | `'0'` | `'string'` | +| `endpointId` | optional | Endpoint Id | `'0'` | `'string'` | ### Prebid Server Bid Params From 3830ded83b80cfcaec12f43c9c818e75aeb74c4d Mon Sep 17 00:00:00 2001 From: e-voluion-tech Date: Fri, 3 Apr 2026 12:51:57 +0300 Subject: [PATCH 6/7] check failer update --- dev-docs/bidders/e_volution.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/dev-docs/bidders/e_volution.md b/dev-docs/bidders/e_volution.md index 6ebc1fd723..0ae78e593c 100644 --- a/dev-docs/bidders/e_volution.md +++ b/dev-docs/bidders/e_volution.md @@ -23,21 +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` | optional | Placement Id | `'0'` | `'string'` | -| `endpointId` | optional | Endpoint Id | `'0'` | `'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` | From e0acd4cb9455e679ff2cf8baaffe1f1d0c454772 Mon Sep 17 00:00:00 2001 From: e-voluion-tech Date: Fri, 3 Apr 2026 12:56:18 +0300 Subject: [PATCH 7/7] check failer update --- dev-docs/bidders/e_volution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/bidders/e_volution.md b/dev-docs/bidders/e_volution.md index 0ae78e593c..66edbff545 100644 --- a/dev-docs/bidders/e_volution.md +++ b/dev-docs/bidders/e_volution.md @@ -42,4 +42,4 @@ The E-volution Bidding adapter requires setup before beginning. Please contact u | Name | Scope | Description | Example | Type | |-------|----------|-----------------------------|--------------------------------------|----------| -| `key` | required | E-volution integration key | `'cf64c93f277afdd928d8260653d7413d'` | `string` | +| `key` | required | E-volution integration key | `'cf64c93f277afdd928d8260653d7413d'` | `string` |