Prebid Server Premium Request Response Sampler
Prebid Server Premium's core functions are to send publisher bid requests to demand partners (typically SSPs), collect bid responses, auction responses, and forward them to Microsoft Monetize. The Request Response Sampler Tool provides examples of these JSON objects, and is best used with the PSP Health Analytics report to find instances of prevalent errors as defined in the report's documentation. Share samples with demand partners to optimize activity and unlock additional revenue.
Important
Samples from the tool may contain data for multiple demand partners. Thoroughly review and filter any output from the tool before sending it to ensure demand partners only receive data relevant to their platform.
To use the Request Response Sampler Tool:
Starting in the Monetize UI, hover over the Publishers Menu, then click Prebid Server Premium.
Click Requests Sampler in the left-hand navigation bar.
Requests can be searched in 24-hour segments at a time for up to 7 days in the past. It is recommended to leave the Start Date and End Date as the default.
Enter either a specific Placement ID or search for a specific Demand Partner. These filters are mutually exclusive and will allow the tool to retrieve samples of relevant requests and responses. In the future, the tool will allow open-ended queries to pull any random request-response pair as well as offer additional filters.
Click Generate API Sample.
If a relevant sample can be found, the tool will display it in the next section. The high-level sections are:
request_from_monetize_to_psp
: Monetize forwards the publisher's original request to PSP in the appropriate format with relevant Monetize (e.g., yield management floors) and PSP (e.g., demand partner parameters) settings included. This helps determine if a potential problem stems from the page/app, Monetize, or PSP.request_from_psp_to_bidder
: PSP sends an OpenRTB request to each demand partner configured (mapped) for the inventory with that partner's parameters and enabled user identifiers. The exact request to (requestbody
) and response from (responsebody
) each partner is included. Theuri
represents the partner's endpoint as defined in their GitHub.yaml file. Status 204 means the partner chose not to bid.response_from_psp_to_monetize
: PSP responds to Monetize with a summary of bid responses from all demand partners. Partners can be identified viaseatbid.bid.ext.prebid.meta.adaptercode
. Various diagnostic information like the response time from each partner (ext.responsetimemillis
) can be found here as well.
If needed, click Copy Request to Clipboard to bring the output to another app.
By default, samples are pulled from real auctions. Use the Run Auction without Test Flag toggle to run a simulated debug auction with the
test:1
flag, which could increase the chances of getting a response. The test flag might also lead to different results for some demand partners.