GeoTargetConstant

  • A geo target constant represents geographical targeting information.

  • Key fields include resource name, status, ID, name, country code, target type, canonical name, and parent geo target.

  • Most fields provide output-only information like IDs, names, and codes.

  • The resource name and parent geo target are formatted with the ID.

A geo target constant.

Fields

resource_name

string

Output only. The resource name of the geo target constant. Geo target constant resource names have the form:

geoTargetConstants/{geo_target_constant_id}

status

GeoTargetConstantStatus

Output only. Geo target constant status.

id

int64

Output only. The ID of the geo target constant.

name

string

Output only. Geo target constant English name.

country_code

string

Output only. The ISO-3166-1 alpha-2 country code that is associated with the target.

target_type

string

Output only. Geo target constant target type.

canonical_name

string

Output only. The fully qualified English name, consisting of the target's name and that of its parent and country.

parent_geo_target

string

Output only. The resource name of the parent geo target constant. Geo target constant resource names have the form:

geoTargetConstants/{parent_geo_target_constant_id}