targetSpendMicros property

  1. @Deprecated('Not supported. Member documentation may have more information.')
String? targetSpendMicros
getter/setter pair

Deprecated: The spend target under which to maximize clicks.

A TargetSpend bidder will attempt to spend the smaller of this value or the natural throttling spend amount. If not specified, the budget is used as the spend target. This field is deprecated and should no longer be used. See https://ads-developers.googleblog.com/2020/05/reminder-about-sunset-creation-of.html for details.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.String? targetSpendMicros;