Google Analytics Data V1alpha API - Class Google::Analytics::Data::V1alpha::Row (v0.8.3)

Reference documentation and code samples for the Google Analytics Data V1alpha API class Google::Analytics::Data::V1alpha::Row.

Report data for each row. For example if RunReportRequest contains:

none "dimensions": [ { "name": "eventName" }, { "name": "countryId" } ], "metrics": [ { "name": "eventCount" } ]

One row with 'in_app_purchase' as the eventName, 'JP' as the countryId, and 15 as the eventCount, would be:

none "dimensionValues": [ { "value": "in_app_purchase" }, { "value": "JP" } ], "metricValues": [ { "value": "15" } ]

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#dimension_values

def dimension_values() -> ::Array<::Google::Analytics::Data::V1alpha::DimensionValue>
Returns

#dimension_values=

def dimension_values=(value) -> ::Array<::Google::Analytics::Data::V1alpha::DimensionValue>
Parameter
Returns

#metric_values

def metric_values() -> ::Array<::Google::Analytics::Data::V1alpha::MetricValue>
Returns

#metric_values=

def metric_values=(value) -> ::Array<::Google::Analytics::Data::V1alpha::MetricValue>
Parameter
Returns