goal property

String? goal
getter/setter pair

The goal achieved by this option.

Output only. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "SAME_COST" : Recommendation to set Target CPA to maintain the same cost.
  • "SAME_CONVERSIONS" : Recommendation to set Target CPA to maintain the same conversions.
  • "SAME_CPA" : Recommendation to set Target CPA to maintain the same CPA.
  • "CLOSEST_CPA" : Recommendation to set Target CPA to a value that is as close as possible to, yet lower than, the actual CPA (computed for past 28 days).

Implementation

core.String? goal;