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 1 commit
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
4 changes: 2 additions & 2 deletions dev-docs/bidders/relevantdigital.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
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 @@ -75,7 +75,7 @@

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._

Check failure on line 78 in dev-docs/bidders/relevantdigital.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Emphasis style should be consistent

dev-docs/bidders/relevantdigital.md:78:4 MD049/emphasis-style Emphasis style should be consistent [Expected: asterisk; Actual: underscore] https://github.com/DavidAnson/markdownlint/blob/v0.29.0/doc/md049.md

Check failure on line 78 in dev-docs/bidders/relevantdigital.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Emphasis style should be consistent

dev-docs/bidders/relevantdigital.md:78:92 MD049/emphasis-style Emphasis style should be consistent [Expected: asterisk; Actual: underscore] https://github.com/DavidAnson/markdownlint/blob/v0.29.0/doc/md049.md

```javascript
var adUnits = [
Expand All @@ -96,7 +96,7 @@
];
```

### Example setup with multiple providers

Check failure on line 99 in dev-docs/bidders/relevantdigital.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Heading levels should only increment by one level at a time

dev-docs/bidders/relevantdigital.md:99 MD001/heading-increment/header-increment Heading levels should only increment by one level at a time [Expected: h2; Actual: h3] https://github.com/DavidAnson/markdownlint/blob/v0.29.0/doc/md001.md

**Notice:** Placements below are *not* live test placements

Expand Down
Loading