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

# NegativeKeywordCreateBulkRequestItem

A single item in a negative-keyword bulk-create request.

```
object NegativeKeywordCreateBulkRequestItem
```

## Discussion

The `data` object accepts only the fields defined on [`BulkNegativeKeywordCreate`](/documentation/Apple-Ads-Platform-API/BulkNegativeKeywordCreate), keeping each item’s payload identical in shape to a single-item create request.

### Example

```json
{
  "correlationId": 123456789,
  "data": {
    "campaignId": 987654321,
    "adGroupId": 555666777,
    "text": "free AwayFinder",
    "matchType": "BROAD",
    "status": "ENABLED"
  }
}
```

---

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)