[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["\u003cp\u003eThis documentation describes the response message for listing all creatives associated with a given filtered bid reason.\u003c/p\u003e\n"],["\u003cp\u003eThe response includes a list of FilteredBidCreativeRows, each representing a creative and the number of filtered bids associated with it, aggregated by specified dimensions.\u003c/p\u003e\n"],["\u003cp\u003eThe response also provides a nextPageToken to retrieve subsequent pages of results if available.\u003c/p\u003e\n"],["\u003cp\u003eEach FilteredBidCreativeRow contains the bid count, the creative ID, and the dimensions associated with the filtered bids.\u003c/p\u003e\n"]]],["The core content details the response structure for listing creatives associated with filtered bid reasons. The response contains `filteredBidCreativeRows`, an array of objects detailing creative status counts. Each row (`FilteredBidCreativeRow`) includes the `bidCount` (number of bids), `creativeId`, and `rowDimensions`. A `nextPageToken` facilitates pagination. The `FilteredBidCreativeRow` object itself represents the count of filtered bids for a specific creative, providing details on its `bidCount` and `rowDimensions`.\n"],null,["# ListCreativeStatusBreakdownByCreativeResponse\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [FilteredBidCreativeRow](#FilteredBidCreativeRow)\n - [JSON representation](#FilteredBidCreativeRow.SCHEMA_REPRESENTATION)\n\nResponse message for listing all creatives associated with a given filtered bid reason.\n\n| JSON representation ||\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| ``` { \"filteredBidCreativeRows\": [ { object (/authorized-buyers/apis/reference/rest/v2beta1/ListCreativeStatusBreakdownByCreativeResponse#FilteredBidCreativeRow) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|-----------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `filteredBidCreativeRows[]` | `object (`[FilteredBidCreativeRow](/authorized-buyers/apis/reference/rest/v2beta1/ListCreativeStatusBreakdownByCreativeResponse#FilteredBidCreativeRow)`)` List of rows, with counts of bids with a given creative status aggregated by creative. |\n| `nextPageToken` | `string` A token to retrieve the next page of results. Pass this value in the [ListCreativeStatusBreakdownByCreativeRequest.pageToken](/authorized-buyers/apis/reference/rest/v2beta1/bidders.accounts.filterSets.filteredBids.creatives/list#body.QUERY_PARAMETERS.page_token) field in the subsequent call to the [filteredBids.creatives.list](/authorized-buyers/apis/reference/rest/v2beta1/bidders.accounts.filterSets.filteredBids.creatives/list#google.ads.adexchange.buyer.v2beta1.RtbTroubleshooting.ListCreativeStatusBreakdownByCreative) method to retrieve the next page of results. |\n\nFilteredBidCreativeRow\n----------------------\n\nThe number of filtered bids with the specified dimension values that have the specified creative.\n\n| JSON representation ||\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| ``` { \"bidCount\": { object (/authorized-buyers/apis/reference/rest/v2beta1/MetricValue) }, \"creativeId\": string, \"rowDimensions\": { object (/authorized-buyers/apis/reference/rest/v2beta1/RowDimensions) } } ``` |\n\n| Fields ||\n|-----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `bidCount` | `object (`[MetricValue](/authorized-buyers/apis/reference/rest/v2beta1/MetricValue)`)` The number of bids with the specified creative. |\n| `creativeId` | `string` The ID of the creative. |\n| `rowDimensions` | `object (`[RowDimensions](/authorized-buyers/apis/reference/rest/v2beta1/RowDimensions)`)` The values of all dimensions associated with metric values in this row. |"]]