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

# KeywordCreateBulkRequestItem

A single item in a keyword bulk-create request.

```
object KeywordCreateBulkRequestItem
```

## Discussion

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

### Example

```json
{
  "correlationId": 1,
  "data": {
    "adGroupId": 555666777,
    "text": "awayfinder",
    "matchType": "EXACT",
    "bid": {
      "amount": "2.50",
      "currency": "USD"
    },
    "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)