Class: Google::Ads::AdManager::V1::Report::DataTable::MetricValueGroup

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

Overview

Contains all metric values requested for a single date range and set of column dimension values (returned in the columns field of the response). The order of the metrics in each field corresponds to the order of the metrics specified in the request.

Instance Attribute Summary collapse

Instance Attribute Details

#absolute_change_values::Array<::Google::Ads::AdManager::V1::Report::Value>

Returns Data for the ABSOLUTE_CHANGE MetricValueType.

Returns:



180
181
182
183
# File 'proto_docs/google/ads/admanager/v1/report_service.rb', line 180

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

#comparison_percent_of_total_values::Array<::Google::Ads::AdManager::V1::Report::Value>

Returns Data for the COMPARISON_PERCENT_OF_TOTAL MetricValueType.

Returns:



180
181
182
183
# File 'proto_docs/google/ads/admanager/v1/report_service.rb', line 180

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

#comparison_values::Array<::Google::Ads::AdManager::V1::Report::Value>

Returns Data for the COMPARISON MetricValueType.

Returns:



180
181
182
183
# File 'proto_docs/google/ads/admanager/v1/report_service.rb', line 180

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

#flag_values::Array<::Boolean>

Returns If true, the flag's conditions are met. If false, the flag's conditions are not met. flag_values has the same length as flags and index i of flag_values represents the flag at index i of flags.

Returns:

  • (::Array<::Boolean>)

    If true, the flag's conditions are met. If false, the flag's conditions are not met. flag_values has the same length as flags and index i of flag_values represents the flag at index i of flags.



180
181
182
183
# File 'proto_docs/google/ads/admanager/v1/report_service.rb', line 180

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

#primary_percent_of_total_values::Array<::Google::Ads::AdManager::V1::Report::Value>

Returns Data for the PRIMARY_PERCENT_OF_TOTAL MetricValueType.

Returns:



180
181
182
183
# File 'proto_docs/google/ads/admanager/v1/report_service.rb', line 180

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

#primary_values::Array<::Google::Ads::AdManager::V1::Report::Value>

Returns Data for the PRIMARY MetricValueType.

Returns:



180
181
182
183
# File 'proto_docs/google/ads/admanager/v1/report_service.rb', line 180

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

#relative_change_values::Array<::Google::Ads::AdManager::V1::Report::Value>

Returns Data for the RELATIVE_CHANGE MetricValueType.

Returns:



180
181
182
183
# File 'proto_docs/google/ads/admanager/v1/report_service.rb', line 180

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