AdGroup.CpaCap
A deprecated cost-per-acquisition goal value. Use bidStrategy with MAX_CONVERSIONS instead.
Declaration
object AdGroup.CpaCapProperties
| Name | Type | Description |
|---|---|---|
value | Money | The target CPA monetary value. Object with |
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.