Skip to content

Commit 41b227d

Browse files
SBE-2291 Remove protected audience related info from Unruly adapter documentation (#6402)
1 parent 7e49894 commit 41b227d

1 file changed

Lines changed: 0 additions & 26 deletions

File tree

dev-docs/bidders/unruly.md

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -30,32 +30,6 @@ sidebarType: 1
3030
| `siteid` | deprecated | The site ID from Unruly. This will be provided to you by your Unruly account manager, this is backward compability. | `123456` | `integer` |
3131
| `featureOverrides` | optional | This param is a generic object for configuring Unruly outstream demand. To run UNmissable, set ‘canRunUnmissable’ to true. | `"featureOverrides": {"canRunUnmissable": true}` | `object` |
3232

33-
### Protected Audience API (PAAPI) support
34-
35-
There’s an option to receive demand for Protected Audience API (FLEDGE/PAAPI)
36-
ads using Unruly's (Nexxen) bid adapter.
37-
Prebid’s [paapiForGpt](https://docs.prebid.org/dev-docs/modules/paapiForGpt.html)
38-
module and Google Ad Manager is currently required.
39-
40-
The following steps should be taken to setup Protected Audience for Unruly(Nexxen):
41-
42-
1. Reach out to your account manager to coordinate set up:
43-
44-
2. Build and enable PAAPI module as described in
45-
[paapiForGpt](https://docs.prebid.org/dev-docs/modules/paapiForGpt.html)
46-
module documentation.
47-
48-
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:
49-
50-
```javascript
51-
pbjs.setConfig({
52-
paapi: {
53-
bidders: ["unruly"],
54-
enabled: true
55-
}
56-
})
57-
```
58-
5933
### First Party Data
6034

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

0 commit comments

Comments
 (0)