Contents

AdGroup.CpaCap

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

Declaration

object AdGroup.CpaCap

Properties

NameTypeDescription
valueMoney

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

Discussion

Existing ad groups may still carry a cpaCap value, but new bid strategy configurations should express the same cost target through bidStrategy’s MAX_CONVERSIONS goal instead.

Example

{
  "cpaCap": {
    "value": {
      "amount": "50.00",
      "currency": "USD"
    }
  }
}

See CPAGoal for the full field reference.