Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesGenerateReachForecastResponse
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesGenerateReachForecastResponse
- 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
-
#on_target_audience_metrics ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesOnTargetAudienceMetrics
Audience metrics for the planned products.
-
#reach_curve ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesReachCurve
The reach curve for the planned products.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesGenerateReachForecastResponse
constructor
A new instance of GoogleAdsSearchads360V23ServicesGenerateReachForecastResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesGenerateReachForecastResponse
Returns a new instance of GoogleAdsSearchads360V23ServicesGenerateReachForecastResponse.
42049 42050 42051 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 42049 def initialize(**args) update!(**args) end |
Instance Attribute Details
#on_target_audience_metrics ⇒ Google::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
42042 42043 42044 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 42042 def on_target_audience_metrics @on_target_audience_metrics end |
#reach_curve ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesReachCurve
The reach curve for the planned products.
Corresponds to the JSON property reachCurve
42047 42048 42049 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 42047 def reach_curve @reach_curve end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
42054 42055 42056 42057 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 42054 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 |