Skip to content

Commit

Permalink
update bidders doc for smarthub (#3569)
Browse files Browse the repository at this point in the history
* adding SmartHub bidder docs

* removed pbjs version note

* using partner Name instead of host due to the changing way building endpoint URL in adapter
discussion in the prebid-server repo: prebid/prebid-server#1932 (comment)

* docs displaying fix

* add Prebid.js Bid Params in SmartHub documentation

* fix align

Co-authored-by: bretg <bgorsline@gmail.com>
Co-authored-by: Chris Huie <phoenixtechnerd@gmail.com>
  • Loading branch information
3 people authored Mar 10, 2022
1 parent f6c5de4 commit 83c011c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions dev-docs/bidders/smarthub.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,18 @@ pbs: true
pbs_app_supported: true
---

### 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 }
Expand Down

0 comments on commit 83c011c

Please sign in to comment.