Skip to content

Commit

Permalink
PNBS-go supports modules
Browse files Browse the repository at this point in the history
  • Loading branch information
bretg committed Feb 1, 2023
1 parent 8604e96 commit cdddb37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 2 additions & 1 deletion prebid-server/features/pbs-feature-idx.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ title: Prebid Server | Features
| Operations | [Request Logging Admin Endpoints](/troubleshooting/pbs-troubleshooting.html#request-logging) | Log a limited number of requests to understand the raw data clients are sending. | | <img src="/assets/images/icons/icon-check-green.png" width="30"> |
| [Programmatic Guaranteed](/prebid-server/features/pg/pbs-pg-idx.html) | Integration and Targeting | Ability to load, target, and report PG line items | | <img src="/assets/images/icons/icon-check-green.png" width="30"> |
| Metadata | [x-prebid header](/prebid-server/endpoints/openrtb2/pbs-endpoint-auction.html#http-headers) | Put version information in outgoing HTTP headers. | <img src="/assets/images/icons/icon-check-green.png" width="30"> | <img src="/assets/images/icons/icon-check-green.png" width="30"> |
| Modules | [ortb2-blocking](/prebid-server/pbs-modules/ortb2-blocking.html) | Configure per-account OpenRTB blocking details. | | <img src="/assets/images/icons/icon-check-green.png" width="30"> |
| Modules | [ortb2-blocking](/prebid-server/pbs-modules/ortb2-blocking.html) | Configure per-account OpenRTB blocking details. | <img src="/assets/images/icons/icon-check-green.png" width="30"> | <img src="/assets/images/icons/icon-check-green.png" width="30"> |
| Anti-Fraud | Ads.Cert 2.0 Authenticated Connections | Includes authenticated connection signing header on outgoing bid requests to supported adapters. * | <img src="/assets/images/icons/icon-check-green.png" width="30"> | |
| Request Enrichment | Enhanced tid and request IDs | Fills out id, imp.id, source.tid, and imp.ext.tid | <img src="/assets/images/icons/icon-check-green.png" width="30"> | <img src="/assets/images/icons/icon-check-green.png" width="30"> |

\* Experimental feature not yet recommended for production.
5 changes: 1 addition & 4 deletions prebid-server/pbs-modules/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ The core of Prebid Server contains the foundational code needed for header biddi

If you're looking for bidder adapter parameters, see [Bidders' Params](/dev-docs/pbs-bidders.html).

{: .alert.alert-info :}
Only the Java version of PBS currently supports the module infrastructure.

* TOC
{:toc}

Expand All @@ -23,7 +20,7 @@ Only the Java version of PBS currently supports the module infrastructure.
{: .table .table-bordered .table-striped }
| Module | Description | PBS-Go | PBS-Java |
|---------------------+--------------+--------+----------|
| [**ORTB2 Blocking**](/prebid-server/pbs-modules/ortb2-blocking.html) | Support bidders that aren't full-service SSPs. | | <img src="/assets/images/icons/icon-check-green.png" width="30"> |
| [**ORTB2 Blocking**](/prebid-server/pbs-modules/ortb2-blocking.html) | Support bidders that aren't full-service SSPs. | <img src="/assets/images/icons/icon-check-green.png" width="30"> | <img src="/assets/images/icons/icon-check-green.png" width="30"> |

## Installing a PBS Module

Expand Down

0 comments on commit cdddb37

Please sign in to comment.