Contents

CPAGoal

A deprecated cost-per-acquisition goal value. Use bidStrategy with MAX_CONVERSIONS instead.

Declaration

object CPAGoal

Properties

NameTypeDescription
valueMoney

The target CPA monetary value. Object with amount (string) and currency (string) properties.

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

See Also