<!--
{
  "availability" : [
    "Apple Ads Platform API: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Apple-Ads-Platform-API",
  "identifier" : "/documentation/Apple-Ads-Platform-API/NegativeKeywordUpdateBulkResponse",
  "metadataVersion" : "0.1.0",
  "role" : "Object",
  "symbol" : {
    "kind" : "Object",
    "modules" : [
      "Apple Ads Platform API"
    ],
    "preciseIdentifier" : "data:apple-ads-platform-api:NegativeKeywordUpdateBulkResponse"
  },
  "title" : "NegativeKeywordUpdateBulkResponse"
}
-->

# NegativeKeywordUpdateBulkResponse

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

```
object NegativeKeywordUpdateBulkResponse
```

## 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

```json
{
  "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
      }
    }
  ]
}
```

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)