GoogleAdsSearchads360V23ResourcesRecommendationRecommendationMetrics class
Weekly account performance metrics.
For some recommendation types, these are averaged over the past 90-day period and hence can be fractional.
Constructors
- GoogleAdsSearchads360V23ResourcesRecommendationRecommendationMetrics({double? clicks, double? conversions, double? conversionsValue, String? costMicros, double? impressions, double? videoViews})
- GoogleAdsSearchads360V23ResourcesRecommendationRecommendationMetrics.fromJson(Map json_)
Properties
- clicks ↔ double?
-
Number of ad clicks.
getter/setter pair
- conversions ↔ double?
-
Number of conversions.
getter/setter pair
- conversionsValue ↔ double?
-
Sum of the conversion value of the conversions.
getter/setter pair
- costMicros ↔ String?
-
Cost (in micros) for advertising, in the local currency for the account.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- impressions ↔ double?
-
Number of ad impressions.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- videoViews ↔ double?
-
Number of video views for a video ad campaign.
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