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

The quantitative measurements of a report. For example, the metric eventCount is the total number of events. Requests are allowed up to 10 metrics.

Attributes

  • expression (type: String.t, default: nil) - A mathematical expression for derived metrics. For example, the metric Event count per user is eventCount/totalUsers.
  • invisible (type: boolean(), default: nil) - Indicates if a metric is invisible. If a metric is invisible, the metric is not in the response, but can be used in filters, order_bys or being referred to in a metric expression.
  • name (type: String.t, default: nil) - The name of the metric.

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.Metric{
  expression: String.t(),
  invisible: boolean(),
  name: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.