engineStatus property

String? engineStatus
getter/setter pair

The Engine Status for ad group.

Output only. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "AD_GROUP_ELIGIBLE" : Deprecated. Do not use.
  • "AD_GROUP_EXPIRED" : No ads are running for this ad group, because the ad group's end date has passed.
  • "AD_GROUP_REMOVED" : The ad group has been deleted.
  • "AD_GROUP_DRAFT" : No ads are running for this ad group because the associated ad group is still in draft form.
  • "AD_GROUP_PAUSED" : The ad group has been paused.
  • "AD_GROUP_SERVING" : The ad group is active and currently serving ads.
  • "AD_GROUP_SUBMITTED" : The ad group has been submitted (Microsoft Bing Ads legacy status).
  • "CAMPAIGN_PAUSED" : No ads are running for this ad group, because the campaign has been paused.
  • "ACCOUNT_PAUSED" : No ads are running for this ad group, because the account has been paused.

Implementation

core.String? engineStatus;