Skip to content
Open
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
26 changes: 0 additions & 26 deletions dev-docs/bidders/unruly.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,32 +30,6 @@ sidebarType: 1
| `siteid` | deprecated | The site ID from Unruly. This will be provided to you by your Unruly account manager, this is backward compability. | `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` |

### Protected Audience API (PAAPI) support

There’s an option to receive demand for Protected Audience API (FLEDGE/PAAPI)
ads using Unruly's (Nexxen) bid adapter.
Prebid’s [paapiForGpt](https://docs.prebid.org/dev-docs/modules/paapiForGpt.html)
module and Google Ad Manager is currently required.

The following steps should be taken to setup Protected Audience for Unruly(Nexxen):

1. Reach out to your account manager to coordinate set up:

2. Build and enable PAAPI module as described in
[paapiForGpt](https://docs.prebid.org/dev-docs/modules/paapiForGpt.html)
module documentation.

Make sure to enable Unruly bidder to participate in PAAPI. If there are any other bidders to be allowed for that, add them to the **bidders** array:

```javascript
pbjs.setConfig({
paapi: {
bidders: ["unruly"],
enabled: true
}
})
```

### First Party Data

Publishers should use the `ortb2` method of setting [First Party Data](https://docs.prebid.org/features/firstPartyData.html). The following fields are supported:
Expand Down