primaryStatus property

String? primaryStatus
getter/setter pair

The primary status for the ad group criterion.

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 criterion is eligible to serve.
  • "PAUSED" : The ad group criterion is paused.
  • "REMOVED" : The ad group criterion is removed.
  • "PENDING" : The ad group criterion is pending.
  • "NOT_ELIGIBLE" : The ad group criterion is not eligible to serve.

Implementation

core.String? primaryStatus;