Contents

BrandsReportingCampaign.SystemStatus

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

Declaration

string BrandsReportingCampaign.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 reflects delivery conditions evaluated at the moment the report was generated, separate from the advertiser-set BrandsReportingCampaign.Status reported alongside it.

Example

{
  "systemStatus": "RUNNING"
}

See CampaignSystemStatus for additional context.