GoogleAdsSearchads360V23CommonPercentCpc class
A bidding strategy where bids are a fraction of the advertised price for some good or service.
Constructors
- GoogleAdsSearchads360V23CommonPercentCpc({String? cpcBidCeilingMicros, bool? enhancedCpcEnabled})
- GoogleAdsSearchads360V23CommonPercentCpc.fromJson(Map json_)
Properties
- cpcBidCeilingMicros ↔ String?
-
Maximum bid limit that can be set by the bid strategy.
getter/setter pair
- enhancedCpcEnabled ↔ bool?
-
Adjusts the bid for each auction upward or downward, depending on the
likelihood of a conversion.
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
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