DynamicBusinessProfileLocationGroupFilter

  • Business Profile Location Filters in an asset set represent filters applied to locations and are AND'ed together if multiple are used.

  • Filters include label_filters to filter by location label, listing_id_filters to filter by listing IDs, and business_name_filter to filter by business name.

  • Label filters are OR'ed together when multiple labels are provided.

Represents a filter on Business Profile locations in an asset set. If multiple filters are provided, they are AND'ed together.

Fields

label_filters[]

string

Used to filter Business Profile locations by label. Only locations that have any of the listed labels will be in the asset set. Label filters are OR'ed together.

listing_id_filters[]

int64

Used to filter Business Profile locations by listing ids.

business_name_filter

BusinessProfileBusinessNameFilter

Used to filter Business Profile locations by business name.