Skip to content

Commit

Permalink
RTB House Bid Adapter: add channel as an optional param #7879 (#3486)
Browse files Browse the repository at this point in the history
* RTBHouse Bid Adapter: adds channel as optional param, updates bidder flags

* RTBHouse Bid Adapter: fixed table descriptions

* RTBHouse Bid Adapter: minor textual changes on bidder docs
  • Loading branch information
rtbh-lotani authored Jan 7, 2022
1 parent e13afb1 commit aa27b2c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion dev-docs/bidders/rtbhouse.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ gdpr_supported: true
pbjs: true
pbs: true
biddercode: rtbhouse
prebid_member: true
floors_supported: true
safeframes_ok: true
media_types: banner, native
schain_supported: true
userIds: id5Id, identityLink
userIds: id5Id, identityLink, pubProvidedId
pbs_app_supported: true
---

Expand All @@ -22,3 +24,11 @@ pbs_app_supported: true
| `publisherId` | required | Unique publisher ID | `'ABCDEF'` | `string` |
| `region` | required | Assigned region | `'prebid-eu'` | `string` |
| `bidfloor` | optional | Minimal CPM value | `0.01` | `float` |
| `channel` | optional | Inventory channel identifier, limited to 50 characters | `Partner 1 - News` | `string` |


### Please note:

* Since 4.43 the bidfloor param will be ignored if a value is specified via floor module.

* The channel param is available starting from Prebid 6.6.0. Please reach your RTBHouse representative for details on how to enable and use the channel param.

0 comments on commit aa27b2c

Please sign in to comment.