diff --git a/dev-docs/bidders/attekmi.md b/dev-docs/bidders/attekmi.md new file mode 100644 index 0000000000..f2c22d9b58 --- /dev/null +++ b/dev-docs/bidders/attekmi.md @@ -0,0 +1,42 @@ +--- +layout: bidder +title: Attekmi +description: Attekmi Bidder Adapter +biddercode: smarthub +usp_supported: true +media_types: banner, video, native +tcfeu_supported: false +pbjs: true +pbs: true +coppa_supported: true +schain_supported: true +dchain_supported: true +safeframes_ok: true +deals_supported: true +floors_supported: true +fpd_supported: false +pbs_app_supported: true +multiformat_supported: true +sidebarType: 1 +--- + +### 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` | +| `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` | diff --git a/dev-docs/bidders/smarthub.md b/dev-docs/bidders/smarthub.md index c1853bd9c4..dbe1ac2d11 100644 --- a/dev-docs/bidders/smarthub.md +++ b/dev-docs/bidders/smarthub.md @@ -13,6 +13,10 @@ 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 }