CPAGoalUpdate
The deprecated request payload for updating a cost-per-acquisition goal. Use bidStrategy with MAX_CONVERSIONS instead.
Declaration
object CPAGoalUpdateProperties
| Name | Type | Description |
|---|---|---|
value | Money | The updated target CPA monetary value as a |
Discussion
The cpaCap field is deprecated on AdGroupUpdate. Use BidStrategyUpdate with bidStrategyType set to MAX_CONVERSIONS instead of CPAGoalUpdate to configure automated conversion-maximizing bidding.
Example
{
"value": {
"amount": "25.00",
"currency": "USD"
}
}