primaryStatus property

String? primaryStatus
getter/setter pair

The primary status of the campaign.

Provides insight into why a campaign is not serving or not serving optimally. Modification to the campaign and its related entities might take a while to be reflected in this status.

Output only. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "ELIGIBLE" : The campaign is eligible to serve.
  • "PAUSED" : The user-specified campaign status is paused.
  • "REMOVED" : The user-specified campaign status is removed.
  • "ENDED" : The user-specified time for this campaign to end has passed.
  • "PENDING" : The campaign may serve in the future.
  • "MISCONFIGURED" : The campaign or its associated entities have incorrect user-specified settings.
  • "LIMITED" : The campaign or its associated entities are limited by user-specified settings.
  • "LEARNING" : The automated bidding system is adjusting to user-specified changes to the campaign or associated entities.
  • "NOT_ELIGIBLE" : The campaign is not eligible to serve.

Implementation

core.String? primaryStatus;