primaryStatus property

String? primaryStatus
getter/setter pair

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

Output only. Possible string values are:

  • "UNSPECIFIED" : No value has been specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "ELIGIBLE" : The ad group ad is eligible to serve.
  • "PAUSED" : The ad group ad is paused.
  • "REMOVED" : The ad group ad is removed.
  • "PENDING" : The ad cannot serve now, but may serve later without advertiser action.
  • "LIMITED" : The ad group ad is serving in a limited capacity.
  • "NOT_ELIGIBLE" : The ad group ad is not eligible to serve.

Implementation

core.String? primaryStatus;