BusinessProfileLocationSet

  • Location data is populated from Google Business Profile locations using specific filters.

  • Multiple filter types are combined using 'AND' logic, except for label_filters[] and listing_id_filters[] which use 'OR' logic internally.

  • Required fields include http_authorization_token and email_address.

  • Optional filters allow filtering by business name, labels, listing IDs, and business account ID.

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.