AppsReportingCampaign.Status
Advertiser-configurable run state of the campaign at report time.
Declaration
string AppsReportingCampaign.StatusPossible Values
ENABLEDThe campaign is set to run. Delivery depends on budget availability, eligibility, and system status.
PAUSEDThe advertiser has paused the campaign. No ads serve until the status changes to
ENABLED.
Discussion
This captures the advertiser-set run state as of the report’s generation, separate from the system-evaluated AppsReportingCampaign.SystemStatus alongside it.
Example
{
"status": "ENABLED"
}See CampaignStatus for additional context.