[[["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."],[[["This endpoint lists all creatives associated with a specific reason for filtering bids, showing the number of bids filtered for each."],["It requires specifying the filter set name and the creative status ID in the path parameters."],["You can use query parameters like `pageSize` and `pageToken` for pagination."],["The response provides a list of creatives with their corresponding filtered bid counts."],["This functionality needs authorization with the `https://www.googleapis.com/auth/adexchange.buyer` scope."]]],["This outlines how to retrieve a list of creatives associated with a specific bid filtering reason. The `GET` request uses a URL with `filterSetName` and `creativeStatusId` path parameters. Optional `pageSize` and `pageToken` query parameters control pagination. The request body must be empty. The response body contains a `ListCreativeStatusBreakdownByCreativeResponse`, detailing creatives linked to the filter. The method requires `https://www.googleapis.com/auth/adexchange.buyer` authorization scope.\n"]]