Contents

BrandsReportingAd.Status

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

Declaration

string BrandsReportingAd.Status

Possible Values

ENABLED

The ad is set to run and can participate in auctions.

PAUSED

The ad is paused by the advertiser and doesn’t participate in auctions.

Discussion

This reflects whether the advertiser had the ad set to run as of the report’s generation, distinct from the system-evaluated BrandsReportingAd.SystemStatus reported alongside it.

Example

{
  "status": "ENABLED"
}

See AdStatus for additional context.