Contents

CPAGoalUpdate

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

Declaration

object CPAGoalUpdate

Properties

NameTypeDescription
valueMoney

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

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

See Also