diff --git a/dev-docs/bidders/unruly.md b/dev-docs/bidders/unruly.md index 539093e5b1..e3a8e665a3 100644 --- a/dev-docs/bidders/unruly.md +++ b/dev-docs/bidders/unruly.md @@ -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` |