locationType property

String? locationType
getter/setter pair

Type of the geo targeting of the campaign.

Output only. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : The value is unknown in this version.
  • "AREA_OF_INTEREST" : Location the user is interested in while making the query.
  • "LOCATION_OF_PRESENCE" : Location of the user issuing the query.

Implementation

core.String? locationType;