CPAGoal
A deprecated cost-per-acquisition goal value. Use bidStrategy with MAX_CONVERSIONS instead.
Declaration
object CPAGoalProperties
| Name | Type | Description |
|---|---|---|
value | Money | The target CPA monetary value. Object with |
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
{
"value": {
"amount": "50.00",
"currency": "USD"
}
}