Contents

AppsReportingCampaign.Status

Advertiser-configurable run state of the campaign at report time.

Declaration

string AppsReportingCampaign.Status

Possible Values

ENABLED

The campaign is set to run. Delivery depends on budget availability, eligibility, and system status.

PAUSED

The 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.