Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

relevantDigital: Add pbs documentation #4931

Merged
merged 2 commits into from
Jan 11, 2024
Merged
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
8 changes: 4 additions & 4 deletions dev-docs/bidders/relevantdigital.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ userIds: all
prebid_member: true
safeframes_ok: true
deals_supported: true
pbs: false
pbs_app_supported: false
pbs: true
pbs_app_supported: true
fpd_supported: true
ortb_blocking_supported: no
gvl_id: 1100
Expand Down Expand Up @@ -71,11 +71,11 @@ var adUnits = [
];
```

# Example setup using only bid params
## Example setup using only bid params

This method to set the global configuration parameters (like **pbsHost**) in **params** could simplify integration of a provider for some publishers. Setting different global config-parameters on different bids is not supported in general*, as the first settings found will be used and any subsequent global settings will be ignored.

 * _The exception is `useSourceBidderCode` which can be overriden individually per ad unit._
 * The exception is `useSourceBidderCode` which can be overriden individually per ad unit.

```javascript
var adUnits = [
Expand Down