GoogleAdsSearchads360V23ServicesKeywordForecastMetrics class

The forecast metrics for the planless keyword campaign.

Constructors

GoogleAdsSearchads360V23ServicesKeywordForecastMetrics({String? averageCpaMicros, String? averageCpcMicros, double? clickThroughRate, double? clicks, double? conversionRate, double? conversions, String? costMicros, double? impressions})
GoogleAdsSearchads360V23ServicesKeywordForecastMetrics.fromJson(Map json_)

Properties

averageCpaMicros String?
Average cost per acquisition calculated as cost_micros / conversions.
getter/setter pair
averageCpcMicros String?
The average cpc.
getter/setter pair
clicks double?
The total number of clicks.
getter/setter pair
clickThroughRate double?
The average click through rate.
getter/setter pair
conversionRate double?
Forecasted conversion rate.
getter/setter pair
conversions double?
Forecasted number of conversions: clicks * conversion_rate.
getter/setter pair
costMicros String?
The total cost.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
impressions double?
The total number of impressions.
getter/setter pair
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