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

# NegativeKeywordCreate.Status

Whether this negative keyword is active at creation.

## Declaration

```data
string NegativeKeywordCreate.Status
```

## Possible Values

ENABLED: The negative keyword is active and will suppress ad delivery for matching search queries. PAUSED: The negative keyword is paused and will not suppress any search queries until re-enabled.

## Discussion

Discussion Include status in the create request to determine whether the negative keyword begins suppressing matching search queries immediately or starts paused. Example {   "status": "ENABLED" } See NegativeKeywordStatus for additional context.
