Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
DynamicLocationSetFilter
Stay organized with collections
Save and categorize content based on your preferences.
Represents a filter on locations in a feed item set. Only applicable if the parent Feed of the FeedItemSet is a LOCATION feed.
Fields |
labels[]
|
string
If multiple labels are set, then only feeditems marked with all the labels will be added to the FeedItemSet.
|
business_name_filter
|
BusinessNameFilter
Business name filter.
|
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."],[[["Location feed item sets can be filtered by labels, requiring feed items to have all specified labels to be included."],["Business name filters can also be applied to further refine the selection of feed items within the location feed item set."],["These filters are only relevant when the parent feed of the feed item set is a LOCATION feed."]]],["The content describes filters for locations within a feed item set, specifically for LOCATION feeds. Filters include `labels[]`, where multiple labels require all labels to be present for inclusion. Additionally, a `business_name_filter`, using a `BusinessNameFilter` object, can be applied to further refine the set based on business names. Only items that meet all the label requirements and the `business_name_filter` are added to the FeedItemSet.\n"]]