adRotationMode property

String? adRotationMode
getter/setter pair

The ad rotation mode of the ad group. Possible string values are:

  • "UNSPECIFIED" : The ad rotation mode has not been specified.
  • "UNKNOWN" : The received value is not known in this version. This is a response-only value.
  • "OPTIMIZE" : Optimize ad group ads based on clicks or conversions.
  • "ROTATE_FOREVER" : Rotate evenly forever.

Implementation

core.String? adRotationMode;