Class: Google::Ads::DataManager::V1::RetrieveInsightsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/ads/datamanager/v1/insights_service.rb

Overview

Request message for DM API MarketingDataInsightsService.RetrieveInsights

Instance Attribute Summary collapse

Instance Attribute Details

#baseline::Google::Ads::DataManager::V1::Baseline

Returns Required. Baseline for the insights requested.

Returns:



35
36
37
38
# File 'proto_docs/google/ads/datamanager/v1/insights_service.rb', line 35

class RetrieveInsightsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The parent account that owns the user list. Format: accountTypes/{account_type}/accounts/{account}.

Returns:

  • (::String)

    Required. The parent account that owns the user list. Format: accountTypes/{account_type}/accounts/{account}



35
36
37
38
# File 'proto_docs/google/ads/datamanager/v1/insights_service.rb', line 35

class RetrieveInsightsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#user_list_id::String

Returns Required. The user list ID for which insights are requested.

Returns:

  • (::String)

    Required. The user list ID for which insights are requested.



35
36
37
38
# File 'proto_docs/google/ads/datamanager/v1/insights_service.rb', line 35

class RetrieveInsightsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end