GoogleAdsSearchads360V23ServicesForecast class

Forecasted traffic metrics for the planned products and targeting.

Constructors

GoogleAdsSearchads360V23ServicesForecast({double? conversions, List<GoogleAdsSearchads360V23ServicesEffectiveFrequencyBreakdown>? effectiveFrequencyBreakdowns, String? onTargetCoviewImpressions, String? onTargetCoviewReach, String? onTargetImpressions, String? onTargetReach, String? totalCoviewImpressions, String? totalCoviewReach, String? totalImpressions, String? totalReach, String? trueviewViews, String? viewableImpressions})
GoogleAdsSearchads360V23ServicesForecast.fromJson(Map json_)

Properties

conversions double?
The number of conversions.
getter/setter pair
effectiveFrequencyBreakdowns List<GoogleAdsSearchads360V23ServicesEffectiveFrequencyBreakdown>?
A list of effective frequency forecasts.
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 at least GenerateReachForecastRequest.min_effective_frequency or GenerateReachForecastRequest.effective_frequency_limit times 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?
Total number of unique people reached at least GenerateReachForecastRequest.min_effective_frequency or GenerateReachForecastRequest.effective_frequency_limit times.
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