status property

String? status
getter/setter pair

The upgrade status of a campaign requested to be upgraded to Performance Max.

Output only. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "UPGRADE_IN_PROGRESS" : The upgrade to a Performance Max campaign is in progress.
  • "UPGRADE_COMPLETE" : The upgrade to a Performance Max campaign is complete.
  • "UPGRADE_FAILED" : The upgrade to a Performance Max campaign failed. The campaign will still serve as it was before upgrade was attempted.
  • "UPGRADE_ELIGIBLE" : The campaign is eligible for upgrade to a Performance Max campaign.

Implementation

core.String? status;