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

# TargetCpaSuggestion

A suggested Target CPA for a new Maximize Conversions campaign, based on historical performance and market conditions.

```
object TargetCpaSuggestion
```

## Discussion

The `TargetCpaSuggestion` object represents the recommended cost-per-acquisition goal returned by the Target CPA suggestions endpoint. Use this value as the starting Target CPA when creating a new [Campaigns Endpoints](/documentation/Apple-Ads-Platform-API/campaigns-endpoints) campaign.

### Example

```json
{
  "suggestedTargetCPA": {
    "amount": "3.75",
    "currency": "USD"
  },
  "countryOrRegion": [
    "US",
    "GB"
  ],
  "promotedObjectId": "555666777",
  "appCategory": "Games"
}
```

---

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)