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

# KeywordUpdate

The request body for updating an existing Keyword object.

```
object KeywordUpdate
```

## Discussion

The `KeywordUpdate` object is the request payload for modifying an existing keyword. The request accepts only `bid` and `status` fields. You can’t include `text` or `matchType` in an update request. The schema doesn’t accept these fields.

### Example

```json
{
  "bid": {
    "amount": "2.50",
    "currency": "USD"
  },
  "status": "ENABLED"
}
```

## Topics

### Type Aliases

[`string KeywordUpdate.Status`](/documentation/Apple-Ads-Platform-API/KeywordUpdate/Status-data.typealias)

Whether this keyword should be active and eligible to serve after the update.

---

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)