From e44def89dc4895b4697a9ec140bb10c90304f393 Mon Sep 17 00:00:00 2001 From: Victor Date: Tue, 5 May 2026 23:50:34 +0300 Subject: [PATCH] Attekmi: remove Smarthub docs --- dev-docs/bidders/smarthub.md | 40 ------------------------------------ 1 file changed, 40 deletions(-) delete mode 100644 dev-docs/bidders/smarthub.md diff --git a/dev-docs/bidders/smarthub.md b/dev-docs/bidders/smarthub.md deleted file mode 100644 index 3b273f6928..0000000000 --- a/dev-docs/bidders/smarthub.md +++ /dev/null @@ -1,40 +0,0 @@ ---- -layout: bidder -title: Attekmi -description: Attekmi Bidder Adapter -biddercode: smarthub -usp_supported: true -schain_supported: true -media_types: banner, video, native -tcfeu_supported: false -pbjs: true -pbs: true -pbs_app_supported: true -sidebarType: 1 ---- - -### Note - -Please note that SmartHub has been renamed to Attekmi. - -### Prebid.js Bid Params - -{: .table .table-bordered .table-striped } -| Name | Scope | Description | Example | Type | -|---------------|----------|---------------------------------|-------------------------------------|-----------| -| `partnerName` | required | Unique partner name | `'partnertest'` | `string` | -| `seat` | required | Seat value | `'9Q20EdGxzgWdfPYShScl'` | `string` | -| `token` | required | Token | `'eKmw6alpP3zWQhRCe3flOpz0wpuwRFjW'` | `string` | -| `region` | optional | Region | `apac` | `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 | -|---------------|----------|---------------------|--------------------------------------|----------| -| `partnerName` | required | Unique partner name | `'partnertest'` | `string` | -| `seat` | required | Seat value | `'9Q20EdGxzgWdfPYShScl'` | `string` | -| `token` | required | Token | `'eKmw6alpP3zWQhRCe3flOpz0wpuwRFjW'` | `string` |