ListCreativeStatusBreakdownByCreativeResponse
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
The response message provides a breakdown of filtered bids by creative, listing all creatives associated with a given filtered bid reason.
The filteredBidCreativeRows field contains a list of rows, each representing counts of bids aggregated by creative with a given creative status.
The nextPageToken field is used to retrieve subsequent pages of results.
The FilteredBidCreativeRow object includes the number of bids with a specific creative (bidCount), the creative ID (creativeId), and the dimension values associated with the metrics (rowDimensions).
[[["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."],[],["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"]]