From 819f581996f4716f0603e2fd62d83be031927385 Mon Sep 17 00:00:00 2001 From: Alex Maltsev Date: Tue, 27 Jul 2021 11:41:10 +0300 Subject: [PATCH 1/2] Fixed typo --- overview/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overview/intro.md b/overview/intro.md index 914e35f5d9..23342c615b 100644 --- a/overview/intro.md +++ b/overview/intro.md @@ -31,7 +31,7 @@ Our flagship product, Prebid.js, is sometimes referred to as simply *Prebid*, bu ### What is Header Bidding? -Header bidding is a response to a fragmented and inefficient process for digital ad display. It is an alternative to the "waterfall" method, in which impressions impressions are offered to one sales channel at a time, moving down an inflexible stack of sources. +Header bidding is a response to a fragmented and inefficient process for digital ad display. It is an alternative to the "waterfall" method, in which impressions are offered to one sales channel at a time, moving down an inflexible stack of sources. With header bidding, the publisher creates a short delay in their ad serving to obtain bids from many SSPs and ad exchanges. In this way, publishers can receive high value bids on their inventory that may be unavailable through their primary ad server and exchange. The returned bids are then passed into the ad server so they can compete with direct demand and the primary ad server's exchange on a level playing field. From a37fa73abbe8f1229c1c7ecc1523235ac8bb69d2 Mon Sep 17 00:00:00 2001 From: Alex Maltsev Date: Wed, 15 Sep 2021 11:31:18 +0300 Subject: [PATCH 2/2] Added new query param --- prebid-server/endpoints/pbs-endpoint-admin.md | 1 + 1 file changed, 1 insertion(+) diff --git a/prebid-server/endpoints/pbs-endpoint-admin.md b/prebid-server/endpoints/pbs-endpoint-admin.md index 15f77672ab..bca308651e 100644 --- a/prebid-server/endpoints/pbs-endpoint-admin.md +++ b/prebid-server/endpoints/pbs-endpoint-admin.md @@ -138,6 +138,7 @@ Query Params - statusCode - specifies that only interactions resulting in this response status code should be logged; valid values: >=200 and <=500 - account - specifies that only interactions involving this account should be logged - limit - number of interactions to log; there is an upper threshold for this value set in configuration +- bidder - name of the bidder whose adapter request will be logged ## /logging/changelevel