AppsReportingCampaign.SystemStatus
System-evaluated delivery state of the campaign at report time.
Declaration
string AppsReportingCampaign.SystemStatusPossible Values
RUNNINGThe campaign is actively delivering ads.
NOT_RUNNINGThe campaign isn’t currently delivering. Check
systemStatusReasonsfor the cause.
Discussion
This is a point-in-time snapshot; a campaign that later changes to NOT_RUNNING won’t retroactively update in an already-generated report.
Example
{
"systemStatus": "RUNNING"
}See CampaignSystemStatus for additional context.