[[["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\u003e\u003ccode\u003eFilterSyntax\u003c/code\u003e enum defines the syntax options for filtering data, including undefined, PQL, and list filtering.\u003c/p\u003e\n"],["\u003cp\u003ePQL syntax, documented on the Google Ad Manager API page, allows for complex queries.\u003c/p\u003e\n"],["\u003cp\u003eList filtering syntax, explained in the Authorized Buyers API guide, provides a way to filter API responses.\u003c/p\u003e\n"]]],[],null,["# FilterSyntax\n\nEnum specifying the syntaxes a filter can use. LIST_FILTER can be used internally.\n\n| Enums ||\n|-----------------------------|------------------------------------------------------------------------------------------------------------------------------------------|\n| `FILTER_SYNTAX_UNSPECIFIED` | A placeholder for an undefined filter syntax. |\n| `PQL` | PQL query syntax. Visit \u003chttps://developers.google.com/ad-manager/api/pqlreference\u003e for PQL documentation and examples. |\n| `LIST_FILTER` | API list filtering syntax. Read about syntax and usage at \u003chttps://developers.google.com/authorized-buyers/apis/guides/v2/list-filters\u003e. |"]]