Skip to content

Commit

Permalink
relevantDigital: Add pbs documentation (prebid#4931)
Browse files Browse the repository at this point in the history
* relevantDigital: Add pbs documentation

* fix lint

---------

Co-authored-by: Hugo Lindström <[email protected]>
Co-authored-by: Chris Huie <[email protected]>
  • Loading branch information
3 people authored Jan 11, 2024
1 parent 24b9b16 commit aeee814
Showing 1 changed file with 4 additions and 4 deletions.
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

0 comments on commit aeee814

Please sign in to comment.