You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev-docs/bidders/unruly.md
-26Lines changed: 0 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,32 +30,6 @@ sidebarType: 1
30
30
|`siteid`| deprecated | The site ID from Unruly. This will be provided to you by your Unruly account manager, this is backward compability. |`123456`|`integer`|
31
31
|`featureOverrides`| optional | This param is a generic object for configuring Unruly outstream demand. To run UNmissable, set ‘canRunUnmissable’ to true. |`"featureOverrides": {"canRunUnmissable": true}`|`object`|
32
32
33
-
### Protected Audience API (PAAPI) support
34
-
35
-
There’s an option to receive demand for Protected Audience API (FLEDGE/PAAPI)
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
-
59
33
### First Party Data
60
34
61
35
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