---
title: NegativeKeywordUpdateBulkResponse
framework: Apple Ads Platform API
role: symbol
role_heading: Object
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/negativekeywordupdatebulkresponse
---

# NegativeKeywordUpdateBulkResponse

The response from a bulk negative keyword update request, containing results for each item.

## Declaration

```data
object NegativeKeywordUpdateBulkResponse
```

## Properties

result: Array of per-item negative keyword update results, one entry per item in the original request. Each entry includes correlationId, operation, success, and on success the updated NegativeKeyword entity. See BulkItemResultNegativeKeyword. Read-only. error: See Error. Read-only.

## Discussion

Discussion The bulk negative keyword update endpoint returns NegativeKeywordUpdateBulkResponse as its response envelope. When allowPartialSuccess is true in the request, inspect each item’s success field to determine which updates applied. The response populates error only when the system rejects the overall request before processing any items. Example {   "result": [     {       "correlationId": 1,       "operation": "UPDATE",       "success": true,       "result": {         "adAccountId": 123456789,         "campaignId": 444555666,         "adGroupId": 555666777,         "text": "awayfinder competitor",         "matchType": "BROAD",         "status": "PAUSED",         "id": 246813579,         "creationTime": "2025-01-10T08:00:00.000",         "modificationTime": "2025-01-12T09:30:00.000",         "deleted": false       }     }   ] }

## See Also

- [BaseBulkRequest](apple-ads-platform-api/basebulkrequest.md)
- [BulkOperationRequest](apple-ads-platform-api/bulkoperationrequest.md)
- [BulkItemResult](apple-ads-platform-api/bulkitemresult.md)
- [BulkItemResultKeyword](apple-ads-platform-api/bulkitemresultkeyword.md)
- [BulkItemResultNegativeKeyword](apple-ads-platform-api/bulkitemresultnegativekeyword.md)
- [BulkResponse](apple-ads-platform-api/bulkresponse.md)
- [KeywordCreateBulkRequest](apple-ads-platform-api/keywordcreatebulkrequest.md)
- [KeywordCreateBulkResponse](apple-ads-platform-api/keywordcreatebulkresponse.md)
- [KeywordUpdateBulkRequest](apple-ads-platform-api/keywordupdatebulkrequest.md)
- [KeywordUpdateBulkResponse](apple-ads-platform-api/keywordupdatebulkresponse.md)
- [NegativeKeywordCreateBulkRequest](apple-ads-platform-api/negativekeywordcreatebulkrequest.md)
- [NegativeKeywordCreateBulkResponse](apple-ads-platform-api/negativekeywordcreatebulkresponse.md)
- [NegativeKeywordUpdateBulkRequest](apple-ads-platform-api/negativekeywordupdatebulkrequest.md)
- [BulkKeywordCreate](apple-ads-platform-api/bulkkeywordcreate.md)
- [BulkKeywordUpdate](apple-ads-platform-api/bulkkeywordupdate.md)
