Class: Google::Ads::AdManager::V1::Report::DataTable::MetricValueGroup
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::Report::DataTable::MetricValueGroup
- 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
-
#absolute_change_values ⇒ ::Array<::Google::Ads::AdManager::V1::Report::Value>
Data for the ABSOLUTE_CHANGE MetricValueType.
-
#comparison_percent_of_total_values ⇒ ::Array<::Google::Ads::AdManager::V1::Report::Value>
Data for the COMPARISON_PERCENT_OF_TOTAL MetricValueType.
-
#comparison_values ⇒ ::Array<::Google::Ads::AdManager::V1::Report::Value>
Data for the COMPARISON MetricValueType.
-
#flag_values ⇒ ::Array<::Boolean>
If true, the flag's conditions are met.
-
#primary_percent_of_total_values ⇒ ::Array<::Google::Ads::AdManager::V1::Report::Value>
Data for the PRIMARY_PERCENT_OF_TOTAL MetricValueType.
-
#primary_values ⇒ ::Array<::Google::Ads::AdManager::V1::Report::Value>
Data for the PRIMARY MetricValueType.
-
#relative_change_values ⇒ ::Array<::Google::Ads::AdManager::V1::Report::Value>
Data for the RELATIVE_CHANGE MetricValueType.
Instance Attribute Details
#absolute_change_values ⇒ ::Array<::Google::Ads::AdManager::V1::Report::Value>
Returns Data for the ABSOLUTE_CHANGE MetricValueType.
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.
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.
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.
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.
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.
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.
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 |