GoogleAdsSearchads360V23ResourcesAdGroupCriterionPositionEstimates class
Estimates for criterion bids at various positions.
Constructors
- GoogleAdsSearchads360V23ResourcesAdGroupCriterionPositionEstimates({String? estimatedAddClicksAtFirstPositionCpc, String? estimatedAddCostAtFirstPositionCpc, String? firstPageCpcMicros, String? firstPositionCpcMicros, String? topOfPageCpcMicros})
- GoogleAdsSearchads360V23ResourcesAdGroupCriterionPositionEstimates.fromJson(Map json_)
Properties
- estimatedAddClicksAtFirstPositionCpc ↔ String?
-
Estimate of how many clicks per week you might get by changing your
keyword bid to the value in first_position_cpc_micros.
getter/setter pair
- estimatedAddCostAtFirstPositionCpc ↔ String?
-
Estimate of how your cost per week might change when changing your keyword
bid to the value in first_position_cpc_micros.
getter/setter pair
- firstPageCpcMicros ↔ String?
-
The estimate of the CPC bid required for ad to be shown on first page of
search results.
getter/setter pair
- firstPositionCpcMicros ↔ String?
-
The estimate of the CPC bid required for ad to be displayed in first
position, at the top of the first page of search results.
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
- topOfPageCpcMicros ↔ String?
-
The estimate of the CPC bid required for ad to be displayed at the top of
the first page of search results.
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