Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Smarthub: renaming Smarthub to Attekmi #5699

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions dev-docs/bidders/attekmi.md
Original file line number Diff line number Diff line change
@@ -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` |
4 changes: 4 additions & 0 deletions dev-docs/bidders/smarthub.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down