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

RTB House Bid Adapter: add channel as an optional param #7879 #3486

Merged
merged 4 commits into from
Jan 7, 2022
Merged
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
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.