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

# AdCreate.Status

Advertiser-configurable status set when creating an ad.

## Declaration

```data
string AdCreate.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 Include status in the create request to determine whether the new ad starts competing in auctions immediately or begins paused. Example {   "status": "ENABLED" } See AdStatus for additional context.
