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

# NegativeKeywordResponse

The response object for a negative keyword operation.

## Declaration

```data
object NegativeKeywordResponse
```

## Properties

result: The affected NegativeKeyword object in its post-operation state. Absent if the operation failed. See NegativeKeyword. Read-only. error: Structured error details if the operation failed. See Error. Read-only.

## Discussion

Discussion The NegativeKeywordResponse object is the single-item response envelope returned by create and update negative keyword operations. This wrapper follows the same pattern as other single-object response types in the API. Inspect error to detect failures before accessing result. Example {   "result": {     "id": 777888999,     "adAccountId": 123456789,     "campaignId": 444555666,     "text": "free app",     "matchType": "BROAD",     "status": "ENABLED",     "creationTime": "2025-01-10T08:00:00.000",     "modificationTime": "2025-01-10T08:00:00.000",     "deleted": false   } }

## See Also

- [NegativeKeyword](apple-ads-platform-api/negativekeyword.md)
- [NegativeKeywordCreate](apple-ads-platform-api/negativekeywordcreate.md)
- [NegativeKeywordUpdate](apple-ads-platform-api/negativekeywordupdate.md)
- [NegativeKeywordQueryResponse](apple-ads-platform-api/negativekeywordqueryresponse.md)
