status property

String? status
getter/setter pair

The status of the campaign.

When a new campaign is added, the status defaults to ENABLED. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "ENABLED" : Campaign is active and can show ads.
  • "PAUSED" : Campaign has been paused by the user.
  • "REMOVED" : Campaign has been removed.

Implementation

core.String? status;