ListCreativeStatusBreakdownByCreativeResponse
Response message for listing all creatives associated with a given filtered bid reason.
JSON representation |
{
"filteredBidCreativeRows": [
{
object (FilteredBidCreativeRow )
}
],
"nextPageToken": string
} |
FilteredBidCreativeRow
The number of filtered bids with the specified dimension values that have the specified creative.
JSON representation |
{
"bidCount": {
object (MetricValue )
},
"creativeId": string,
"rowDimensions": {
object (RowDimensions )
}
} |
Fields |
bidCount |
object (MetricValue )
The number of bids with the specified creative.
|
creativeId |
string
The ID of the creative.
|
rowDimensions |
object (RowDimensions )
The values of all dimensions associated with metric values in this row.
|
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."],[[["This documentation describes the response message for listing all creatives associated with a given filtered bid reason."],["The response includes a list of FilteredBidCreativeRows, each representing a creative and the number of filtered bids associated with it, aggregated by specified dimensions."],["The response also provides a nextPageToken to retrieve subsequent pages of results if available."],["Each FilteredBidCreativeRow contains the bid count, the creative ID, and the dimensions associated with the filtered bids."]]],["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"]]