Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
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.
[[["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"]]