geoRegionType property

String? geoRegionType
getter/setter pair

The type of geographic region targeting.

Output only. Possible string values are:

  • "GEO_REGION_TYPE_UNKNOWN" : The geographic region type is unknown.
  • "GEO_REGION_TYPE_OTHER" : The geographic region type is other.
  • "GEO_REGION_TYPE_COUNTRY" : The geographic region is a country.
  • "GEO_REGION_TYPE_REGION" : The geographic region type is region.
  • "GEO_REGION_TYPE_TERRITORY" : The geographic region is a territory.
  • "GEO_REGION_TYPE_PROVINCE" : The geographic region is a province.
  • "GEO_REGION_TYPE_STATE" : The geographic region is a state.
  • "GEO_REGION_TYPE_PREFECTURE" : The geographic region is a prefecture.
  • "GEO_REGION_TYPE_GOVERNORATE" : The geographic region is a governorate.
  • "GEO_REGION_TYPE_CANTON" : The geographic region is a canton.
  • "GEO_REGION_TYPE_UNION_TERRITORY" : The geographic region is a union territory.
  • "GEO_REGION_TYPE_AUTONOMOUS_COMMUNITY" : The geographic region is an autonomous community.
  • "GEO_REGION_TYPE_DMA_REGION" : The geographic region is a designated market area (DMA) region.
  • "GEO_REGION_TYPE_METRO" : The geographic region type is metro.
  • "GEO_REGION_TYPE_CONGRESSIONAL_DISTRICT" : The geographic region is a congressional district.
  • "GEO_REGION_TYPE_COUNTY" : The geographic region is a county.
  • "GEO_REGION_TYPE_MUNICIPALITY" : The geographic region is a municipality.
  • "GEO_REGION_TYPE_CITY" : The geographic region is a city.
  • "GEO_REGION_TYPE_POSTAL_CODE" : The geographic region targeting type is postal code.
  • "GEO_REGION_TYPE_DEPARTMENT" : The geographic region targeting type is department.
  • "GEO_REGION_TYPE_AIRPORT" : The geographic region is an airport.
  • "GEO_REGION_TYPE_TV_REGION" : The geographic region is a TV region.
  • "GEO_REGION_TYPE_OKRUG" : The geographic region is an okrug.
  • "GEO_REGION_TYPE_BOROUGH" : The geographic region is a borough.
  • "GEO_REGION_TYPE_CITY_REGION" : The geographic region is a city region.
  • "GEO_REGION_TYPE_ARRONDISSEMENT" : The geographic region is an arrondissement.
  • "GEO_REGION_TYPE_NEIGHBORHOOD" : The geographic region is a neighborhood.
  • "GEO_REGION_TYPE_UNIVERSITY" : The geographic region is a university.
  • "GEO_REGION_TYPE_DISTRICT" : The geographic region is a district.

Implementation

core.String? geoRegionType;