Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesGenerateTargetingSuggestionMetricsRequest
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesGenerateTargetingSuggestionMetricsRequest
- 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
Request message for AudienceInsightsService.GenerateTargetingSuggestionMetrics.
Instance Attribute Summary collapse
-
#audiences ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesInsightsAudience>
Required.
-
#customer_insights_group ⇒ String
Optional.
-
#insights_application_info ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonAdditionalApplicationInfo
Additional information about the application/tool issuing the request.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesGenerateTargetingSuggestionMetricsRequest
constructor
A new instance of GoogleAdsSearchads360V23ServicesGenerateTargetingSuggestionMetricsRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesGenerateTargetingSuggestionMetricsRequest
Returns a new instance of GoogleAdsSearchads360V23ServicesGenerateTargetingSuggestionMetricsRequest.
42266 42267 42268 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 42266 def initialize(**args) update!(**args) end |
Instance Attribute Details
#audiences ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesInsightsAudience>
Required. Audiences to request metrics for.
Corresponds to the JSON property audiences
42251 42252 42253 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 42251 def audiences @audiences end |
#customer_insights_group ⇒ String
Optional. The name of the customer being planned for. This is a user-defined
value.
Corresponds to the JSON property customerInsightsGroup
42257 42258 42259 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 42257 def customer_insights_group @customer_insights_group end |
#insights_application_info ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonAdditionalApplicationInfo
Additional information about the application/tool issuing the request. This
field is only used by ContentCreatorInsightsService, AudienceInsightsService,
and ReachPlanService APIs.
Corresponds to the JSON property insightsApplicationInfo
42264 42265 42266 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 42264 def insights_application_info @insights_application_info end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
42271 42272 42273 42274 42275 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 42271 def update!(**args) @audiences = args[:audiences] if args.key?(:audiences) @customer_insights_group = args[:customer_insights_group] if args.key?(:customer_insights_group) @insights_application_info = args[:insights_application_info] if args.key?(:insights_application_info) end |