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

# KeywordResponse

The response object for a Keyword operation.

```
object KeywordResponse
```

## Discussion

The `KeywordResponse` object is the single-item response envelope returned by create and update keyword operations.

Check the `error` field to detect per-item failures, especially in bulk contexts where some items may succeed. Others can still fail without blocking the successful ones.

### Example

```json
{
  "result": {
    "adAccountId": 123456789,
    "campaignId": 987654321,
    "adGroupId": 555666777,
    "text": "awayfinder travel app",
    "matchType": "EXACT",
    "bid": {
      "amount": "2.50",
      "currency": "USD"
    },
    "status": "ENABLED",
    "id": 111222333,
    "creationTime": "2025-01-10T08:00:00.000",
    "modificationTime": "2025-01-12T09:30:00.000",
    "deleted": false,
    "displayStatus": "RUNNING"
  }
}
```

---

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)