location property

String? location
getter/setter pair

The targeted location on the search results page.

This is required for campaigns where the AdvertisingChannelType is SEARCH and the bidding strategy type is TARGET_IMPRESSION_SHARE.

Required. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "ANYWHERE_ON_PAGE" : Any location on the web page.
  • "TOP_OF_PAGE" : Top box of ads.
  • "ABSOLUTE_TOP_OF_PAGE" : Top slot in the top box of ads.

Implementation

core.String? location;