---
title: AdGroup.CpaCap
framework: Apple Ads Platform API
role: symbol
role_heading: Object
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/adgroup/cpacap-data.dictionary
---

# AdGroup.CpaCap

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

## Declaration

```data
object AdGroup.CpaCap
```

## Properties

value: The target CPA monetary value. Object with amount (string) and currency (string) properties.

## Discussion

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 {   "cpaCap": {     "value": {       "amount": "50.00",       "currency": "USD"     }   } } See CPAGoal for the full field reference.
