primaryStatus property

String? primaryStatus
getter/setter pair

Provides aggregated view into why an ad group is not serving or not serving optimally.

Output only. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "ELIGIBLE" : The ad group is eligible to serve.
  • "PAUSED" : The ad group is paused.
  • "REMOVED" : The ad group is removed.
  • "PENDING" : The ad group may serve in the future.
  • "NOT_ELIGIBLE" : The ad group is not eligible to serve.
  • "LIMITED" : The ad group has limited servability.

Implementation

core.String? primaryStatus;