Class: Google::Ads::AdManager::V1::Report::DataTable::Row
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::Report::DataTable::Row
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/report_service.rb
Overview
A row of report data.
Instance Attribute Summary collapse
-
#dimension_values ⇒ ::Array<::Google::Ads::AdManager::V1::Report::Value>
The order of the dimension values is the same as the order of the dimensions specified in the request.
-
#metric_value_groups ⇒ ::Array<::Google::Ads::AdManager::V1::Report::DataTable::MetricValueGroup>
The length of the metric_value_groups field will be equal to the length of the date_ranges field in the fetch response.
Instance Attribute Details
#dimension_values ⇒ ::Array<::Google::Ads::AdManager::V1::Report::Value>
Returns The order of the dimension values is the same as the order of the dimensions specified in the request.
147 148 149 150 |
# File 'proto_docs/google/ads/admanager/v1/report_service.rb', line 147 class Row include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#metric_value_groups ⇒ ::Array<::Google::Ads::AdManager::V1::Report::DataTable::MetricValueGroup>
Returns The length of the metric_value_groups field will be equal to the length of the date_ranges field in the fetch response. The metric_value_groups field is ordered such that each index corresponds to the date_range at the same index. For example, given date_ranges [x, y], metric_value_groups will have a length of two. The first entry in metric_value_groups represents the metrics for date x and the second entry in metric_value_groups represents the metrics for date y.
147 148 149 150 |
# File 'proto_docs/google/ads/admanager/v1/report_service.rb', line 147 class Row include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |