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

# NegativeKeywordResponse

The response object for a negative keyword operation.

```
object NegativeKeywordResponse
```

## 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

```json
{
  "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
  }
}
```

---

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)