Contents

BrandsReportingCampaign.Status

Advertiser-configurable serving status of the campaign at report time.

Declaration

string BrandsReportingCampaign.Status

Possible Values

ENABLED

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

PAUSED

The campaign is paused by the advertiser. No ads will serve until the status is changed to ENABLED.

Discussion

This captures the advertiser-set status as of the report’s generation, separate from the system-evaluated BrandsReportingCampaign.SystemStatus alongside it.

Example

{
  "status": "ENABLED"
}

See CampaignStatus for additional context.