engineStatus property

String? engineStatus
getter/setter pair

Additional status of the ad in the external engine account.

Possible statuses (depending on the type of external account) include active, eligible, pending review, etc.

Output only. Possible string values are:

  • "UNSPECIFIED" : No value has been specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "AD_GROUP_AD_ELIGIBLE" : Deprecated. Do not use.
  • "AD_GROUP_AD_INAPPROPRIATE_FOR_CAMPAIGN" : Baidu: Creative was not approved.
  • "AD_GROUP_AD_MOBILE_URL_UNDER_REVIEW" : Baidu: Mobile URL in process to be reviewed.
  • "AD_GROUP_AD_PARTIALLY_INVALID" : Baidu: Creative is invalid on mobile device but valid on desktop.
  • "AD_GROUP_AD_TO_BE_ACTIVATED" : Baidu: Creative is ready for activation.
  • "AD_GROUP_AD_NOT_REVIEWED" : Baidu: Creative not reviewed.
  • "AD_GROUP_AD_ON_HOLD" : Deprecated. Do not use. Previously used by Gemini
  • "AD_GROUP_AD_PAUSED" : Creative has been paused.
  • "AD_GROUP_AD_REMOVED" : Creative has been removed.
  • "AD_GROUP_AD_PENDING_REVIEW" : Creative is pending review.
  • "AD_GROUP_AD_UNDER_REVIEW" : Creative is under review.
  • "AD_GROUP_AD_APPROVED" : Creative has been approved.
  • "AD_GROUP_AD_DISAPPROVED" : Creative has been disapproved.
  • "AD_GROUP_AD_SERVING" : Creative is serving.
  • "AD_GROUP_AD_ACCOUNT_PAUSED" : Creative has been paused because the account is paused.
  • "AD_GROUP_AD_CAMPAIGN_PAUSED" : Creative has been paused because the campaign is paused.
  • "AD_GROUP_AD_AD_GROUP_PAUSED" : Creative has been paused because the ad group is paused.

Implementation

core.String? engineStatus;