engineStatus property

String? engineStatus
getter/setter pair

The Engine Status for ad group criterion.

Output only. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "AD_GROUP_CRITERION_ELIGIBLE" : Deprecated. Do not use.
  • "AD_GROUP_CRITERION_INAPPROPRIATE_FOR_CAMPAIGN" : Baidu: Bid or quality too low to be displayed.
  • "AD_GROUP_CRITERION_INVALID_MOBILE_SEARCH" : Baidu: Bid or quality too low for mobile, but eligible to display for desktop.
  • "AD_GROUP_CRITERION_INVALID_PC_SEARCH" : Baidu: Bid or quality too low for desktop, but eligible to display for mobile.
  • "AD_GROUP_CRITERION_INVALID_SEARCH" : Baidu: Bid or quality too low to be displayed.
  • "AD_GROUP_CRITERION_LOW_SEARCH_VOLUME" : Baidu: Paused by Baidu due to low search volume.
  • "AD_GROUP_CRITERION_MOBILE_URL_UNDER_REVIEW" : Baidu: Mobile URL in process to be reviewed.
  • "AD_GROUP_CRITERION_PARTIALLY_INVALID" : Baidu: The landing page for one device is invalid, while the landing page for the other device is valid.
  • "AD_GROUP_CRITERION_TO_BE_ACTIVATED" : Baidu: Keyword has been created and paused by Baidu account management, and is now ready for you to activate it.
  • "AD_GROUP_CRITERION_UNDER_REVIEW" : Baidu: In process to be reviewed by Baidu. Gemini: Criterion under review.
  • "AD_GROUP_CRITERION_NOT_REVIEWED" : Baidu: Criterion to be reviewed.
  • "AD_GROUP_CRITERION_ON_HOLD" : Deprecated. Do not use. Previously used by Gemini
  • "AD_GROUP_CRITERION_PENDING_REVIEW" : Y!J : Criterion pending review
  • "AD_GROUP_CRITERION_PAUSED" : Criterion has been paused.
  • "AD_GROUP_CRITERION_REMOVED" : Criterion has been removed.
  • "AD_GROUP_CRITERION_APPROVED" : Criterion has been approved.
  • "AD_GROUP_CRITERION_DISAPPROVED" : Criterion has been disapproved.
  • "AD_GROUP_CRITERION_SERVING" : Criterion is active and serving.
  • "AD_GROUP_CRITERION_ACCOUNT_PAUSED" : Criterion has been paused since the account is paused.

Implementation

core.String? engineStatus;