<!--
{
  "availability" : [
    "Apple Ads Platform API: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Apple-Ads-Platform-API",
  "identifier" : "/documentation/Apple-Ads-Platform-API/KeywordCreate/Status-data.typealias",
  "metadataVersion" : "0.1.0",
  "role" : "Type",
  "symbol" : {
    "kind" : "Type",
    "modules" : [
      "Apple Ads Platform API"
    ],
    "preciseIdentifier" : "data:apple-ads-platform-api:KeywordCreate.Status"
  },
  "title" : "KeywordCreate.Status"
}
-->

# KeywordCreate.Status

Whether this keyword is active and eligible to serve at creation.

```
string KeywordCreate.Status
```

## Discussion

Include `status` in the create request to determine whether the new keyword begins competing in auctions immediately or starts paused.

### Example

```json
{
  "status": "ENABLED"
}
```

See [`KeywordStatus`](/documentation/Apple-Ads-Platform-API/KeywordStatus) for additional context.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)