---
title: AdUpdate.Status
framework: Apple Ads Platform API
role: symbol
role_heading: Type
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/adupdate/status-data.typealias
---

# AdUpdate.Status

Advertiser-configurable status set when updating an ad.

## Declaration

```data
string AdUpdate.Status
```

## Possible Values

ENABLED: The advertiser has set the ad to run, so it can participate in auctions. PAUSED: The advertiser has paused the ad, so it does not participate in auctions.

## Discussion

Discussion Send status: PAUSED to stop an existing ad from competing in auctions, or ENABLED to resume it. Example {   "status": "PAUSED" } See AdStatus for additional context.
