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