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

# BulkNegativeKeywordUpdate.Status

The updated negative keyword status for a bulk negative-keyword update item.

## Declaration

```data
string BulkNegativeKeywordUpdate.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 this field within an item’s data to re-enable or pause the negative keyword’s suppression as part of the same bulk update request. Example {   "status": "PAUSED" }
