Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
BusinessProfileLocationSet
bookmark_borderbookmark
Stay organized with collections
Save and categorize content based on your preferences.
Data used to configure a location set populated from Google Business Profile locations. Different types of filters are AND'ed together, if they are specified.
Fields |
http_authorization_token
|
string
Required. Immutable. The HTTP authorization token used to obtain authorization.
|
email_address
|
string
Required. Immutable. Email address of a Google Business Profile account or email address of a manager of the Google Business Profile account.
|
business_name_filter
|
string
Used to filter Google Business Profile listings by business name. If businessNameFilter is set, only listings with a matching business name are candidates to be sync'd into Assets.
|
label_filters[]
|
string
Used to filter Google Business Profile listings by labels. If entries exist in labelFilters, only listings that have any of the labels set are candidates to be synchronized into Assets. If no entries exist in labelFilters, then all listings are candidates for syncing. Label filters are OR'ed together.
|
listing_id_filters[]
|
int64
Used to filter Google Business Profile listings by listing id. If entries exist in listingIdFilters, only listings specified by the filters are candidates to be synchronized into Assets. If no entries exist in listingIdFilters, then all listings are candidates for syncing. Listing ID filters are OR'ed together.
|
business_account_id
|
string
Immutable. The account ID of the managed business whose locations are to be used. If this field is not set, then all businesses accessible by the user (specified by the emailAddress) are used.
|
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 2025-02-25 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 2025-02-25 UTC."],[[["Location sets configured from Google Business Profile locations use data filters to select specific locations for synchronization."],["Filters for business name, email address, and business account ID are essential for configuring the location set."],["Multiple label and listing ID filters can be used, with label filters using an OR condition and listing ID filters using an OR condition as well, while all filter types are AND'ed together if specified.."],["An HTTP authorization token and a Google Business Profile account email address are required for authorization and access."]]],["A location set is configured using data from Google Business Profile locations. Filters for business name, labels, and listing IDs can be applied to select specific locations. `Authorization` token and `email` are required for access. Filters for business name are AND'ed with other filters. Label and listing ID filters are OR'ed together. If `business_account_id` is not provided, all locations associated with the provided email are used.\n"]]