From 33363239e470b0f971acdb0f08ac0e087bd5547d Mon Sep 17 00:00:00 2001 From: Victor Date: Tue, 31 Dec 2024 14:51:28 +0200 Subject: [PATCH 1/2] Attekmi: new alias Artechnology --- dev-docs/bidders/artechnology.md | 39 ++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 dev-docs/bidders/artechnology.md diff --git a/dev-docs/bidders/artechnology.md b/dev-docs/bidders/artechnology.md new file mode 100644 index 0000000000..d79f85e061 --- /dev/null +++ b/dev-docs/bidders/artechnology.md @@ -0,0 +1,39 @@ +--- +layout: bidder +title: Artechnology +description: Artechnology Bidder Adapter +biddercode: artechnology +aliasCode : smarthub +usp_supported: true +coppa_supported: true +schain_supported: true +dchain_supported: true +media_types: banner, video, native +safeframes_ok: true +deals_supported: true +floors_supported: true +fpd_supported: false +pbjs: true +pbs: true +pbs_app_supported: true +multiformat_supported: true +--- + +### Prebid.js Bid Params + +{: .table .table-bordered .table-striped } +| Name | Scope | Description | Example | Type | +|---------------|----------|---------------------------------|-------------------------------------|-----------| +| `seat` | required | Seat value | `'9Q20EdGxzgWdfPYShScl'` | `string` | +| `token` | required | Token | `'eKmw6alpP3zWQhRCe3flOpz0wpuwRFjW'` | `string` | +| `iabCat` | optional | Array of IAB content categories that describe the content producer | `['IAB1-1', 'IAB3-1', 'IAB4-3']` | `Array(String)` | +| `minBidfloor` | optional | Minimal CPM value | `0.03` | `float` | +| `pos` | optional | The position of the placement on the page, see Open RTB spec v2.5. | `4` | `number` | + +### Prebid Server Bid Params + +{: .table .table-bordered .table-striped } +| Name | Scope | Description | Example | Type | +|---------------|----------|---------------------|--------------------------------------|----------| +| `seat` | required | Seat value | `'9Q20EdGxzgWdfPYShScl'` | `string` | +| `token` | required | Token | `'eKmw6alpP3zWQhRCe3flOpz0wpuwRFjW'` | `string` | From 4fd218ea7301b1e92de20829848cdad224dd7dfd Mon Sep 17 00:00:00 2001 From: bretg Date: Thu, 2 Jan 2025 10:35:13 -0500 Subject: [PATCH 2/2] Update artechnology.md removing PBS support flag. This can be added when https://github.com/prebid/prebid-server/pull/4123 is merged. --- dev-docs/bidders/artechnology.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/dev-docs/bidders/artechnology.md b/dev-docs/bidders/artechnology.md index d79f85e061..7cfe1258b9 100644 --- a/dev-docs/bidders/artechnology.md +++ b/dev-docs/bidders/artechnology.md @@ -14,7 +14,7 @@ deals_supported: true floors_supported: true fpd_supported: false pbjs: true -pbs: true +pbs: false pbs_app_supported: true multiformat_supported: true --- @@ -29,11 +29,3 @@ multiformat_supported: true | `iabCat` | optional | Array of IAB content categories that describe the content producer | `['IAB1-1', 'IAB3-1', 'IAB4-3']` | `Array(String)` | | `minBidfloor` | optional | Minimal CPM value | `0.03` | `float` | | `pos` | optional | The position of the placement on the page, see Open RTB spec v2.5. | `4` | `number` | - -### Prebid Server Bid Params - -{: .table .table-bordered .table-striped } -| Name | Scope | Description | Example | Type | -|---------------|----------|---------------------|--------------------------------------|----------| -| `seat` | required | Seat value | `'9Q20EdGxzgWdfPYShScl'` | `string` | -| `token` | required | Token | `'eKmw6alpP3zWQhRCe3flOpz0wpuwRFjW'` | `string` |