Dear Team,
I am currently working with the "Location Group" assets. I would like to clarify the following points regarding the Location Group section:
Could you please provide GAQL query for fetching location list for creating location group.
How to create location group by locations.
How to add location-group/assets to account, campaign and ad-group.
I have attached a screenshot for reference to provide better context.
Thank you for your support.
1. Could you please provide GAQL query for fetching location list for creating location group.
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'
2. How to create location groups by locations.
3. How to add location-group/assets to account, campaign and ad-group.
![]() |
Google Ads API Team |
[2025-06-17 07:11:42Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01rfTST:ref" (ADR-00314629)
Hi Team,
I am currently working with the "Location Group" assets and would like to clarify a few points regarding the Location Group section:
How can I retrieve the level and added_to fields of a Location Group using GAQL?
How can I fetch insights related to locations via GAQL? If possible, please share an example query.
I’ve attached a screenshot for reference to help provide better context.
Thank you for your support.
Best regards,
SELECT geographic_view.country_criterion_id, campaign.id, campaign.name, metrics.clicks, metrics.impressions, metrics.cost_micros FROM geographic_view WHERE segments.date DURING LAST_30_DAYS ORDER BY metrics.clicks DESCAdditionally, you can utilize the Google Ads Query Builder and Query Validator to build and validate the queries for retrieving the data from the Google Ads API.
![]() |
Google Ads API Team |
[2025-06-20 12:20:28Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01rfTST:ref" (ADR-00314629)