GoogleAdsSearchads360V23CommonTargetSpend class
An automated bid strategy that sets your bids to help get as many clicks as possible within your budget.
Constructors
- GoogleAdsSearchads360V23CommonTargetSpend({String? cpcBidCeilingMicros, String? targetSpendMicros})
- GoogleAdsSearchads360V23CommonTargetSpend.fromJson(Map json_)
Properties
- cpcBidCeilingMicros ↔ String?
-
Maximum bid limit that can be set by the bid strategy.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- targetSpendMicros ↔ String?
-
Deprecated: The spend target under which to maximize clicks.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited