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

Unruly r1 consolidated adapter #3054

Merged
merged 4 commits into from
Jul 1, 2021
Merged
Changes from 2 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
19 changes: 14 additions & 5 deletions dev-docs/bidders/unruly.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,26 @@ layout: bidder
title: Unruly
description: Prebid Unruly Bidder Adaptor
biddercode: unruly
media_types: native, video
gdpr_supported: true
usp_supported: true
coppa_supported: false
schain_supported: true
getFloor: true
media_types: banner, video
userIds: all
prebid_member: false
safeframes_ok: check with bidder
bidder_supports_deals: check with bidder
pbjs: true
pbs: true
pbs_app_supported: true
gvl_id: 162
---

### Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|-----------------|----------|---------------------------------------------------------------------------------------------|------------------------------------------|-----------|
| `siteId` | required | The site ID from Unruly. This will be provided to you by your Unruly account manager | `123456` | `integer` |
| `targetingUUID` | required | The targeting UUID from Unruly. This will be provided to you by your Unruly account manager | `'766220b5-3d02-46c5-aa8b-2bc60c6f7418'` | `string` |
| Name | Scope | Description | Example | Type |
|--------------------|----------|-----------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------|-----------|
| `siteId` | required | The site ID from Unruly. This will be provided to you by your Unruly account manager | `123456` | `integer` |
| `featureOverrides` | optional | This param is a generic object for configuring Unruly outstream demand. To run UNmissable, set ‘canRunUnmissable’ to true. | `"featureOverrides": {"canRunUnmissable": true}` | `object` |