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

# NegativeKeywordCreateBulkRequest

A bulk request to create multiple negative keywords.

```
object NegativeKeywordCreateBulkRequest
```

## Discussion

The `NegativeKeywordCreateBulkRequest` object allows creating multiple negative keywords in a single API call.

### Example

```json
{
  "allowPartialSuccess": true,
  "items": [
    {
      "correlationId": 123456789,
      "data": {
        "campaignId": 987654321,
        "adGroupId": 555666777,
        "text": "free AwayFinder",
        "matchType": "BROAD",
        "status": "ENABLED"
      }
    },
    {
      "correlationId": 123456790,
      "data": {
        "campaignId": 987654321,
        "adGroupId": null,
        "text": "AwayFinder discount",
        "matchType": "EXACT",
        "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)