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

# BulkItemResultNegativeKeyword

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

## Declaration

```data
object BulkItemResultNegativeKeyword
```

## Properties

correlationId: Client-supplied integer from the corresponding request item. Read-only. operation: The operation performed: CREATE or UPDATE. Read-only. success: Whether this item operation succeeded. Read-only. result: The NegativeKeyword entity affected by this operation. Null when success is false. See NegativeKeyword. Read-only. error: Per-item error details when this item failed. Null on success. See Error. Read-only.

## Discussion

Discussion The BulkItemResultNegativeKeyword object extends 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 {   "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   } }

## 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)
- [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)
- [BulkKeywordUpdate](apple-ads-platform-api/bulkkeywordupdate.md)
