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
If you’re a Prebid Server host company looking to enable the RTB House server-side adapter, you'll need to contact <prebid@rtbhouse.com>. They will guide you through the process. Do not use the default bidder config file as it will require custom partner code to be entered. It will be provided by RTB House.
82
-
83
-
### Protected Audience API (PAAPI) support
84
-
85
-
There’s an option to receive demand for Protected Audience API (FLEDGE/PAAPI)
a. Make sure to enable RTB House bidder to participate in PAAPI. If there are any other bidders to be allowed for that, add them to the **bidders** array:
99
-
100
-
```javascript
101
-
pbjs.setConfig({
102
-
paapi: {
103
-
enabled:true,
104
-
bidders: ["rtbhouse"]
105
-
}
106
-
})
107
-
```
108
-
109
-
b. If you as a publisher have your own [decisionLogicUrl](https://github.com/WICG/turtledove/blob/main/FLEDGE.md#21-initiating-an-on-device-auction)
110
-
you may utilize it by setting up a dedicated `fledgeConfig` object:
Copy file name to clipboardExpand all lines: dev-docs/modules/paapi.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -178,7 +178,7 @@ function interpretResponse(resp, req) {
178
178
179
179
Each object must specify exactly one of `igb` or `config`.
180
180
181
-
An example of this can be seen in the OpenX bid adapter [here](https://github.com/prebid/Prebid.js/blob/master/modules/openxBidAdapter.js) or RTB House bid adapter [here](https://github.com/prebid/Prebid.js/blob/master/modules/rtbhouseBidAdapter.js).
181
+
An example of this can be seen in the OpenX bid adapter [here](https://github.com/prebid/Prebid.js/blob/master/modules/openxBidAdapter.js).
0 commit comments