Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesGenerateReachForecastResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/searchads360_v23/classes.rb,
lib/google/apis/searchads360_v23/representations.rb,
lib/google/apis/searchads360_v23/representations.rb

Overview

Response message containing the generated reach curve.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesGenerateReachForecastResponse

Returns a new instance of GoogleAdsSearchads360V23ServicesGenerateReachForecastResponse.



41284
41285
41286
# File 'lib/google/apis/searchads360_v23/classes.rb', line 41284

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#on_target_audience_metricsGoogle::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesOnTargetAudienceMetrics

Audience metrics for the planned products. These metrics consider the following targeting dimensions: - Location - PlannableAgeRange - Gender - AudienceTargeting (only for youtube_audience_size) Corresponds to the JSON property onTargetAudienceMetrics



41277
41278
41279
# File 'lib/google/apis/searchads360_v23/classes.rb', line 41277

def on_target_audience_metrics
  @on_target_audience_metrics
end

#reach_curveGoogle::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesReachCurve

The reach curve for the planned products. Corresponds to the JSON property reachCurve



41282
41283
41284
# File 'lib/google/apis/searchads360_v23/classes.rb', line 41282

def reach_curve
  @reach_curve
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



41289
41290
41291
41292
# File 'lib/google/apis/searchads360_v23/classes.rb', line 41289

def update!(**args)
  @on_target_audience_metrics = args[:on_target_audience_metrics] if args.key?(:on_target_audience_metrics)
  @reach_curve = args[:reach_curve] if args.key?(:reach_curve)
end