Contents

AppsReportingAd.Status

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

Declaration

string AppsReportingAd.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 captures the advertiser’s run-or-pause choice as of the report’s generation, separate from the system-evaluated AppsReportingAd.SystemStatus reported in the same row.

Example

{
  "status": "ENABLED"
}

See AdStatus for additional context.