Query Regarding Location Groups in Google Ads

44 views
Skip to first unread message

Rajat Singh

unread,
Aug 21, 2025, 1:03:00 AM8/21/25
to Google Ads API and AdWords API Forum
Hello Team,

I have a few queries regarding Location Groups in Google Ads:

1. Is there any support for creating a Location Group? If yes, could you please provide reference documentation or sample code?
2. How can we link an existing Location Group with a specific campaign/ad group/account
3. How can we retrieve a list of existing Location Groups?



Screenshot from 2025-08-21 10-27-45.png
Screenshot from 2025-08-21 10-26-01.png

Google Ads API Forum Advisor

unread,
Aug 21, 2025, 5:06:20 AM8/21/25
to rajat.sing...@gmail.com, adwor...@googlegroups.com
Hi,

Thank you for reaching out to the Google Ads API support team. 


1. Is there any support for creating a Location Group? If yes, could you please provide reference documentation or sample code?
  • Yes, it is possible for creating location groups using the Google Ads API. 
  • You need to create a location sync asset set and attach it to the customer by following this documentation.
  • Once these steps are completed, the Google Ads API automatically generates location assets and adds them to the created location sync asset set, just as it would if you added them manually using the AssetSetAssetService. You don't need to manage these assets yourself unless you intend to manually add them to a static location group asset set.
  • You can create a location group asset set by following this guide
2. How can we link an existing Location Group with a specific campaign/ad group/account
3. How can we retrieve a list of existing Location Groups?
  • I would recommend you to use the asset_set_asset report to fetch the existing location groups present in your account. You can use the following GAQL query as per your requirement:
  • SELECT asset_set.location_group_parent_asset_set_id, 
    asset_set.business_profile_location_group.dynamic_business_profile_location_group_filter.listing_id_filters, 
    asset_set.business_profile_location_group.dynamic_business_profile_location_group_filter.label_filters, 
    asset_set.business_profile_location_group.dynamic_business_profile_location_group_filter.business_name_filter.filter_type, 
    asset_set.business_profile_location_group.dynamic_business_profile_location_group_filter.business_name_filter.business_name, 
    asset_set_asset.resource_name, asset_set.name, 
    asset_set.location_set.business_profile_location_set.business_name_filter, 
    asset_set.resource_name, asset.resource_name, asset.name FROM asset_set_asset

Thanks,
 
Google Logo Google Ads API Team

Feedback
How was our support today?

rating1    rating2    rating3    rating4    rating5
[2025-08-21 09:05:28Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01u4poh:ref" (ADR-00330584)



Reply all
Reply to author
Forward
0 new messages