Contents

AppsReportingCampaign.SystemStatus

System-evaluated delivery state of the campaign at report time.

Declaration

string AppsReportingCampaign.SystemStatus

Possible Values

RUNNING

The campaign is actively delivering ads.

NOT_RUNNING

The campaign isn’t currently delivering. Check systemStatusReasons for 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.