CampaignEffectiveStatus
The CampaignEffectiveStatus enum represents the effective status of a campaign, indicating its deliverability state.
¶ Values
| Value | Description |
|---|---|
CAMPAIGN_EFFECTIVE_STATUS_INVALID |
Invalid status |
CAMPAIGN_EFFECTIVE_STATUS_DRAFT |
Campaign is in draft state |
CAMPAIGN_EFFECTIVE_STATUS_SCHEDULED |
Campaign is scheduled to start |
CAMPAIGN_EFFECTIVE_STATUS_ACTIVE |
Campaign is active and serving ads |
CAMPAIGN_EFFECTIVE_STATUS_COMPLETED |
Campaign has completed |
CAMPAIGN_EFFECTIVE_STATUS_PAUSED |
Campaign is paused |
CAMPAIGN_EFFECTIVE_STATUS_DELETED |
Campaign is deleted |
CAMPAIGN_EFFECTIVE_STATUS_WITH_ISSUES |
Campaign has issues preventing delivery |