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

# BulkItemResultNegativeKeyword

A bulk operation result item that includes the affected NegativeKeyword entity.

```
object BulkItemResultNegativeKeyword
```

## Discussion

The `BulkItemResultNegativeKeyword` object extends [`BulkItemResult`](/documentation/Apple-Ads-Platform-API/BulkItemResult) with a typed `result` field containing the `NegativeKeyword` object the operation created or updated. This type appears as array items in `NegativeKeywordCreateBulkResponse` and `NegativeKeywordUpdateBulkResponse`.

On success, `result` contains the full `NegativeKeyword` entity as it exists after the operation. On failure, `success` is `false` and `error` carries per-item details.

### Example

```json
{
  "correlationId": 1,
  "operation": "CREATE",
  "success": true,
  "result": {
    "id": 555666777,
    "adAccountId": 123456789,
    "campaignId": 987654321,
    "adGroupId": null,
    "text": "AwayFinder competitor app",
    "matchType": "EXACT",
    "status": "ENABLED",
    "creationTime": "2025-01-10T08:00:00.000",
    "modificationTime": "2025-01-10T08:00: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)