PlannableLocation
Stay organized with collections
Save and categorize content based on your preferences.
A plannable location: country, metro region, province, etc.
Fields |
id
|
string
The location identifier.
|
name
|
string
The unique location name in English.
|
parent_country_id
|
int64
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 ReachPlanService.ListPlannableLocations or GoogleAdsService.Search/SearchStream.
|
country_code
|
string
The ISO-3166-1 alpha-2 country code that is associated with the location.
|
location_type
|
string
The location's type. Location types correspond to target_type returned by searching location type in GoogleAdsService.Search/SearchStream.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-25 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-25 UTC."],[[["Plannable locations are identified by a unique ID and English name, and can represent a country, metro region, province, or other geographic area."],["Each location is associated with an ISO-3166-1 alpha-2 country code and a location type that corresponds to Google Ads targeting options."],["Locations can have a parent country, indicated by a GeoTargetConstant ID, which can be used to retrieve additional information using the ReachPlanService or GoogleAdsService."]]],[]]