GoogleAdsSearchads360V23ServicesPlannedProductForecast class

Forecasted traffic metrics for a planned product.

Constructors

GoogleAdsSearchads360V23ServicesPlannedProductForecast({double? averageFrequency, double? conversions, String? onTargetCoviewImpressions, String? onTargetCoviewReach, String? onTargetImpressions, String? onTargetReach, String? totalCoviewImpressions, String? totalCoviewReach, String? totalImpressions, String? totalReach, String? trueviewViews, String? viewableImpressions})
GoogleAdsSearchads360V23ServicesPlannedProductForecast.fromJson(Map json_)

Properties

averageFrequency double?
The number of times per selected time unit a user will see an ad, averaged over the number of time units in the forecast length.
getter/setter pair
conversions double?
The number of conversions.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
onTargetCoviewImpressions String?
Number of ad impressions that exactly matches the Targeting including co-viewers.
getter/setter pair
onTargetCoviewReach String?
Number of unique people reached that exactly matches the Targeting including co-viewers.
getter/setter pair
onTargetImpressions String?
Number of ad impressions that exactly matches the Targeting.
getter/setter pair
onTargetReach String?
Number of unique people reached that exactly matches the Targeting.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalCoviewImpressions String?
Total number of ad impressions including co-viewers.
getter/setter pair
totalCoviewReach String?
Number of unique people reached including co-viewers.
getter/setter pair
totalImpressions String?
Total number of ad impressions.
getter/setter pair
totalReach String?
Number of unique people reached.
getter/setter pair
trueviewViews String?
Number of ad views forecasted for the specified product and targeting.
getter/setter pair
viewableImpressions String?
Number of times the ad's impressions were considered viewable.
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