Skip to content

Commit

Permalink
Unruly r1 consolidated adapter (#3054)
Browse files Browse the repository at this point in the history
* Unruly and RhythmOne consolidated adapter - Update documentation to fit the consolidated adapter.

* Unruly and RhythmOne consolidated adapter - Update bid params.

* Unruly and RhythmOne consolidated adapter - returning targeting UUID to bid params as requested from prebid reviewer.

* Unruly and RhythmOne consolidated adapter - removing targeting UUID cause it's no longer needed for the old adapter.
  • Loading branch information
tallavon authored Jul 1, 2021
1 parent 22adc55 commit 20abad8
Showing 1 changed file with 14 additions and 5 deletions.
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` |

0 comments on commit 20abad8

Please sign in to comment.