AI-generated Key Takeaways
- 
          Plannable locations are defined by geographical identifiers like country, metro region, or province. 
- 
          Key fields for a plannable location include its ID, English name, parent country ID, country code, and location type. 
- 
          The parent_country_idis a GeoTargetConstant ID and is not present if the location itself is a country.
- 
          Additional country information for parent countries can be found using ReachPlanService.ListPlannableLocationsorGoogleAdsService.Search/SearchStream.
- 
          The location_typecorresponds to the target type returned by searching location type inGoogleAdsService.Search/SearchStream.
A plannable location: country, metro region, province, etc.
| Fields | |
|---|---|
| 
 | 
 The location identifier. | 
| 
 | 
 The unique location name in English. | 
| 
 | 
 The parent country (not present if location is a country). If present, will always be a GeoTargetConstant ID. Additional information such as country name is provided by  | 
| 
 | 
 The ISO-3166-1 alpha-2 country code that is associated with the location. | 
| 
 | 
 The location's type. Location types correspond to target_type returned by searching location type in GoogleAdsService.Search/SearchStream. |