The location assets are handled differently from other asset types. See Location assets for details. The campaign_asset.field_type won't contain the asset type 'location'. You need to use the asset.type field from the asset report. kindly note that this report shows without metrics data. Please see the sample query below for reference:
SELECT asset.location_asset.business_profile_locations, asset.location_asset.location_ownership_type, asset.location_asset.place_id, asset.id, asset.name, asset.resource_name, asset.source FROM asset WHERE asset.type = 'LOCATION'"You can try making a request using the Search or SearchStream by passing the customer Id. Also, you can use Query Builder to create your query and Query Validator to validate your query. Also, you can check the Conversion reporting for more information.
![]() |
Google Ads API Team |