FilterSyntax
Stay organized with collections
Save and categorize content based on your preferences.
Enum specifying the syntaxes a filter can use. LIST_FILTER can be used internally.
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."],[[["\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. |"]]