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

# KeywordCreate.Status

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

## Declaration

```data
string KeywordCreate.Status
```

## Possible Values

ENABLED: Keyword is active and eligible to serve. PAUSED: Keyword is paused and will not serve.

## Discussion

Discussion Include status in the create request to determine whether the new keyword begins competing in auctions immediately or starts paused. Example {   "status": "ENABLED" } See KeywordStatus for additional context.
