AI-generated Key Takeaways
-
A location asset is defined by its
place_id
. -
place_id
is unique for a given customer ID and asset type. -
Location assets can include a list of business profile locations (
business_profile_locations
) which are returned if the asset is syncing from a Business Profile account. -
The
location_ownership_type
determines whether the location asset is served as a location extension (BUSINESS_OWNER) or an affiliate location (AFFILIATE).
A location asset.
Fields | |
---|---|
|
Place IDs uniquely identify a place in the Google Places database and on Google Maps. This field is unique for a given customer ID and asset type. See https://developers.google.com/places/web-service/place-id to learn more about Place ID. |
|
The list of business locations for the customer. This will only be returned if the Location Asset is syncing from the Business Profile account. It is possible to have multiple Business Profile listings under the same account that point to the same Place ID. |
|
The type of location ownership. If the type is BUSINESS_OWNER, it will be served as a location extension. If the type is AFFILIATE, it will be served as an affiliate location. |