AI-generated Key Takeaways
-
A plannable location is defined by fields like id, name, parent_country_id, country_code, and location_type.
-
The
id
andname
fields provide the unique identifier and English name for the location. -
parent_country_id
links to the parent country's GeoTargetConstant ID, if applicable, and is available through ReachPlanService or GoogleAdsService. -
country_code
represents the ISO-3166-1 alpha-2 country code associated with the location. -
location_type
indicates the location's type, corresponding to the target_type from GoogleAdsService.
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. |