Contents

CPAGoalCreate

The deprecated request payload for setting a cost-per-acquisition goal. Use bidStrategy with MAX_CONVERSIONS instead.

Declaration

object CPAGoalCreate

Properties

NameTypeDescription
valueMoney

The target CPA monetary value as a Money object. See Money.

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"
  }
}

See Also