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

# BulkNegativeKeywordCreate.Status

The negative keyword’s status for a bulk negative-keyword create item.

## Declaration

```data
string BulkNegativeKeywordCreate.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 Set this within each item’s data to determine whether the negative keyword begins suppressing matching search queries as soon as the bulk create request completes. Example {   "status": "ENABLED" }
