AppsReportingAd.Status
Advertiser-configurable serving state of the ad at report time.
Declaration
string AppsReportingAd.StatusPossible Values
ENABLEDThe ad is set to run and can participate in auctions.
PAUSEDThe 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.