From 5f8f44259c7bbcb687d49094587074f06acc08c0 Mon Sep 17 00:00:00 2001 From: bretg Date: Fri, 4 Sep 2020 12:22:09 -0400 Subject: [PATCH] feature matrix update, bidders with pub-specific config --- dev-docs/bidders/adhese.md | 5 ++++- dev-docs/bidders/brightroll.md | 5 +++++ prebid-server/features/pbs-feature-idx.md | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/dev-docs/bidders/adhese.md b/dev-docs/bidders/adhese.md index f26ddbff85..44cee22d52 100644 --- a/dev-docs/bidders/adhese.md +++ b/dev-docs/bidders/adhese.md @@ -12,8 +12,11 @@ userIds: id5Id gvl_id: 553 --- -### Note +### Registration + The Adhese bid adapter may require an additional setup from the Adhese team, even for existing Adhese customers. Please reach out to your support team or info@adhese.com for more information. + +Prebid Server host companies need to work with Adhese for each additional publisher. ### Bid Params diff --git a/dev-docs/bidders/brightroll.md b/dev-docs/bidders/brightroll.md index 5b976cc2ab..cdf6e0d358 100644 --- a/dev-docs/bidders/brightroll.md +++ b/dev-docs/bidders/brightroll.md @@ -7,6 +7,11 @@ biddercode: Brightroll prebid_member: true --- +### Registration + +Brightroll requires registration for each Prebid Server host company +and each publisher. Contact dsp-supply-prebid@verizonmedia.com + ### Bid Params {: .table .table-bordered .table-striped } diff --git a/prebid-server/features/pbs-feature-idx.md b/prebid-server/features/pbs-feature-idx.md index 06bd6d045d..89ad92180b 100644 --- a/prebid-server/features/pbs-feature-idx.md +++ b/prebid-server/features/pbs-feature-idx.md @@ -56,7 +56,7 @@ title: Prebid Server | Features | Analytics | Analytics module support | Allows developers to plug in a [custom analytics adapter](https://github.com/prebid/prebid-server/blob/master/docs/developers/add-new-analytics-module.md). | | | | [Bidder Info Endpoints](/prebid-server/endpoints/info/pbs-endpoint-info.html) | Core | Provides details on which bidders and parameters exist in this Prebid Server. | | | | [Troubleshooting](/troubleshooting/pbs-troubleshooting.html) | Test flag | Accepts the OpenRTB 'test' flag, emitting additional debug info on responses. | | | -| Troubleshooting | Debug flag | Accepts the ext.prebid.debug flag, emitting additional debug info on responses. | | | +| Troubleshooting | Debug flag | Accepts the ext.prebid.debug flag, emitting additional debug info on responses. | | | | Operations | Core metrics | Emits detailed operational metrics to back-end systems: Graphite, Influx, and Prometheus | | | | Operations | Circuit breaker | Protects system performance during fault scenarios by detecting problems with external and internal endpoints, turning them off temporarily when a problem occurs. | | | | Operations | [Server default request](/prebid-server/features/pbs-default-request.html) | Support global defaults for incoming requests. | | |