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

# CPAGoal

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

```
object CPAGoal
```

## Discussion

The `cpaCap` field on `AdGroupCreate` and `AdGroupUpdate` is deprecated in favor of the `BidStrategy` object with `bidStrategyType` set to `MAX_CONVERSIONS`. Use `bidStrategy` to configure automated conversion-maximizing bidding instead of setting a standalone CPA cap.

### Example

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

---

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)