GoogleApi.AnalyticsData.V1alpha.Model.Row (google_api_analytics_data v0.2.0) View Source

Report data for each row. For example if RunReportRequest contains: none dimensions { name: "eventName" } dimensions { name: "countryId" } metrics { name: "eventCount" } One row with 'in_app_purchase' as the eventName, 'us' as the countryId, and 15 as the eventCount, would be: none dimension_values { name: 'in_app_purchase' name: 'us' } metric_values { int64_value: 15 }

Attributes

  • dimensionValues (type: list(GoogleApi.AnalyticsData.V1alpha.Model.DimensionValue.t), default: nil) - List of requested dimension values. In a PivotReport, dimension_values are only listed for dimensions included in a pivot.
  • metricValues (type: list(GoogleApi.AnalyticsData.V1alpha.Model.MetricValue.t), default: nil) - List of requested visible metric values.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.AnalyticsData.V1alpha.Model.Row{
  dimensionValues: [GoogleApi.AnalyticsData.V1alpha.Model.DimensionValue.t()],
  metricValues: [GoogleApi.AnalyticsData.V1alpha.Model.MetricValue.t()]
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.