Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
ListingGroupFilterType
Stay organized with collections
Save and categorize content based on your preferences.
The type of the listing group filter.
Enums |
UNSPECIFIED
|
Not specified. |
UNKNOWN
|
Used for return value only. Represents value unknown in this version. |
SUBDIVISION
|
Subdivision of products along some listing dimensions. |
UNIT_INCLUDED
|
An included listing group filter leaf node. |
UNIT_EXCLUDED
|
An excluded listing group filter leaf node. |
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-10-12 UTC.
[[["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-10-12 UTC."],[[["Listing group filters categorize products using enums like `SUBDIVISION`, `UNIT_INCLUDED`, and `UNIT_EXCLUDED`."],["`UNSPECIFIED` and `UNKNOWN` enums are used for system purposes and not for active filtering."],["`UNIT_INCLUDED` and `UNIT_EXCLUDED` represent individual filter elements, acting as leaf nodes in the filter structure."],["`SUBDIVISION` enum is employed to create further product divisions within the listing structure based on various attributes."]]],["The listing group filter can be one of five types: `UNSPECIFIED` (not specified), `UNKNOWN` (value unknown), `SUBDIVISION` (subdivision of products), `UNIT_INCLUDED` (included filter leaf node), or `UNIT_EXCLUDED` (excluded filter leaf node). `UNSPECIFIED` indicates the filter is not defined, while `UNKNOWN` is used only as a return value. `SUBDIVISION` represents product divisions, and the two unit options define whether a specific filter is included or excluded.\n"]]