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

# AdGroup.CpaCap

A deprecated cost-per-acquisition goal value. Use `bidStrategy` with `MAX_CONVERSIONS` instead.

```
object AdGroup.CpaCap
```

## Discussion

Existing ad groups may still carry a `cpaCap` value, but new bid strategy configurations should express the same cost target through `bidStrategy`’s `MAX_CONVERSIONS` goal instead.

### Example

```json
{
  "cpaCap": {
    "value": {
      "amount": "50.00",
      "currency": "USD"
    }
  }
}
```

See [`CPAGoal`](/documentation/Apple-Ads-Platform-API/CPAGoal) for the full field reference.

---

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)