---
title: BulkNegativeKeywordCreate
framework: Apple Ads Platform API
role: symbol
role_heading: Object
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/bulknegativekeywordcreate
---

# BulkNegativeKeywordCreate

The data payload for a single negative-keyword-create item within a bulk create request.

## Declaration

```data
object BulkNegativeKeywordCreate
```

## Properties

campaignId: The campaign in which the negative keyword is created. Nullable. adGroupId: The ad group in which the negative keyword is created. Nullable. text: The negative keyword text. Minimum length of 1. matchType: The negative keyword’s match type. See KeywordMatchType. status: The negative keyword’s status. See NegativeKeywordStatus.

## Topics

### Type Aliases

- [BulkNegativeKeywordCreate.MatchType](apple-ads-platform-api/bulknegativekeywordcreate/matchtype-data.typealias.md)
- [BulkNegativeKeywordCreate.Status](apple-ads-platform-api/bulknegativekeywordcreate/status-data.typealias.md)

## See Also

- [BaseBulkRequest](apple-ads-platform-api/basebulkrequest.md)
- [BulkOperationRequest](apple-ads-platform-api/bulkoperationrequest.md)
- [BulkItemResult](apple-ads-platform-api/bulkitemresult.md)
- [BulkItemResultKeyword](apple-ads-platform-api/bulkitemresultkeyword.md)
- [BulkItemResultNegativeKeyword](apple-ads-platform-api/bulkitemresultnegativekeyword.md)
- [BulkResponse](apple-ads-platform-api/bulkresponse.md)
- [KeywordCreateBulkRequest](apple-ads-platform-api/keywordcreatebulkrequest.md)
- [KeywordCreateBulkResponse](apple-ads-platform-api/keywordcreatebulkresponse.md)
- [KeywordUpdateBulkRequest](apple-ads-platform-api/keywordupdatebulkrequest.md)
- [KeywordUpdateBulkResponse](apple-ads-platform-api/keywordupdatebulkresponse.md)
- [NegativeKeywordCreateBulkRequest](apple-ads-platform-api/negativekeywordcreatebulkrequest.md)
- [NegativeKeywordCreateBulkResponse](apple-ads-platform-api/negativekeywordcreatebulkresponse.md)
- [NegativeKeywordUpdateBulkRequest](apple-ads-platform-api/negativekeywordupdatebulkrequest.md)
- [NegativeKeywordUpdateBulkResponse](apple-ads-platform-api/negativekeywordupdatebulkresponse.md)
- [BulkKeywordCreate](apple-ads-platform-api/bulkkeywordcreate.md)
