ListBidResponsesWithoutBidsResponse
Stay organized with collections
Save and categorize content based on your preferences.
Response message for listing all reasons that bid responses were considered to have no applicable bids.
BidResponseWithoutBidsStatusRow
The number of impressions with the specified dimension values that were considered to have no applicable bids, as described by the specified status.
Fields |
impressionCount |
object (MetricValue )
The number of impressions for which there was a bid response with the specified status.
|
status |
enum (Status )
The status specifying why the bid responses were considered to have no applicable bids.
|
rowDimensions |
object (RowDimensions )
The values of all dimensions associated with metric values in this row.
|
Status
Specifies the status of a response that is considered to have no applicable bids.
Enums |
STATUS_UNSPECIFIED |
A placeholder for an undefined status. This value will never be returned in responses. |
RESPONSES_WITHOUT_BIDS |
The response had no bids. |
RESPONSES_WITHOUT_BIDS_FOR_ACCOUNT |
The response had no bids for the specified account, though it may have included bids on behalf of other accounts. Applies if: 1. Request is on behalf of a bidder and an account filter is present. 2. Request is on behalf of a child seat. |
RESPONSES_WITHOUT_BIDS_FOR_DEAL |
The response had no bids for the specified deal, though it may have included bids on other deals on behalf of the account to which the deal belongs. If request is on behalf of a bidder and an account filter is not present, this also includes responses that have bids on behalf of accounts other than the account to which the deal belongs. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[[["\u003cp\u003eThis documentation outlines the response message for understanding why bid responses might lack applicable bids.\u003c/p\u003e\n"],["\u003cp\u003eThe response includes the count of impressions, the status explaining the absence of bids, and related dimensions.\u003c/p\u003e\n"],["\u003cp\u003eStatuses clarify if the entire response lacked bids, if bids were missing for a specific account, or for a particular deal.\u003c/p\u003e\n"],["\u003cp\u003eUsers can retrieve paginated results using the \u003ccode\u003enextPageToken\u003c/code\u003e for larger datasets.\u003c/p\u003e\n"]]],[],null,["# ListBidResponsesWithoutBidsResponse\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [BidResponseWithoutBidsStatusRow](#BidResponseWithoutBidsStatusRow)\n - [JSON representation](#BidResponseWithoutBidsStatusRow.SCHEMA_REPRESENTATION)\n- [Status](#Status)\n\nResponse message for listing all reasons that bid responses were considered to have no applicable bids.\n\n| JSON representation ||\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| ``` { \"bidResponseWithoutBidsStatusRows\": [ { object (/authorized-buyers/apis/reference/rest/v2beta1/ListBidResponsesWithoutBidsResponse#BidResponseWithoutBidsStatusRow) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|--------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `bidResponseWithoutBidsStatusRows[]` | `object (`[BidResponseWithoutBidsStatusRow](/authorized-buyers/apis/reference/rest/v2beta1/ListBidResponsesWithoutBidsResponse#BidResponseWithoutBidsStatusRow)`)` List of rows, with counts of bid responses without bids aggregated by status. |\n| `nextPageToken` | `string` A token to retrieve the next page of results. Pass this value in the [ListBidResponsesWithoutBidsRequest.pageToken](/authorized-buyers/apis/reference/rest/v2beta1/bidders.accounts.filterSets.bidResponsesWithoutBids/list#body.QUERY_PARAMETERS.page_token) field in the subsequent call to the [bidResponsesWithoutBids.list](/authorized-buyers/apis/reference/rest/v2beta1/bidders.accounts.filterSets.bidResponsesWithoutBids/list#google.ads.adexchange.buyer.v2beta1.RtbTroubleshooting.ListBidResponsesWithoutBids) method to retrieve the next page of results. |\n\nBidResponseWithoutBidsStatusRow\n-------------------------------\n\nThe number of impressions with the specified dimension values that were considered to have no applicable bids, as described by the specified status.\n\n| JSON representation ||\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| ``` { \"impressionCount\": { object (/authorized-buyers/apis/reference/rest/v2beta1/MetricValue) }, \"status\": enum (/authorized-buyers/apis/reference/rest/v2beta1/ListBidResponsesWithoutBidsResponse#Status), \"rowDimensions\": { object (/authorized-buyers/apis/reference/rest/v2beta1/RowDimensions) } } ``` |\n\n| Fields ||\n|-------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `impressionCount` | `object (`[MetricValue](/authorized-buyers/apis/reference/rest/v2beta1/MetricValue)`)` The number of impressions for which there was a bid response with the specified status. |\n| `status` | `enum (`[Status](/authorized-buyers/apis/reference/rest/v2beta1/ListBidResponsesWithoutBidsResponse#Status)`)` The status specifying why the bid responses were considered to have no applicable bids. |\n| `rowDimensions` | `object (`[RowDimensions](/authorized-buyers/apis/reference/rest/v2beta1/RowDimensions)`)` The values of all dimensions associated with metric values in this row. |\n\nStatus\n------\n\nSpecifies the status of a response that is considered to have no applicable bids.\n\n| Enums ||\n|--------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `STATUS_UNSPECIFIED` | A placeholder for an undefined status. This value will never be returned in responses. |\n| `RESPONSES_WITHOUT_BIDS` | The response had no bids. |\n| `RESPONSES_WITHOUT_BIDS_FOR_ACCOUNT` | The response had no bids for the specified account, though it may have included bids on behalf of other accounts. Applies if: 1. Request is on behalf of a bidder and an account filter is present. 2. Request is on behalf of a child seat. |\n| `RESPONSES_WITHOUT_BIDS_FOR_DEAL` | The response had no bids for the specified deal, though it may have included bids on other deals on behalf of the account to which the deal belongs. If request is on behalf of a bidder and an account filter is not present, this also includes responses that have bids on behalf of accounts other than the account to which the deal belongs. |"]]