google_api_analytics_reporting v0.13.0 GoogleApi.AnalyticsReporting.V4.Model.Metric View Source
Metrics
are the quantitative measurements. For example, the metric ga:users
indicates the total number of users for the requested time period.
Attributes
alias
(type:String.t
, default:nil
) - An alias for the metric expression is an alternate name for the expression. The alias can be used for filtering and sorting. This field is optional and is useful if the expression is not a single metric but a complex expression which cannot be used in filtering and sorting. The alias is also used in the response column header.expression
(type:String.t
, default:nil
) - A metric expression in the request. An expression is constructed from one or more metrics and numbers. Accepted operators include: Plus (+), Minus (-), Negation (Unary -), Divided by (/), Multiplied by (*), Parenthesis, Positive cardinal numbers (0-9), can include decimals and is limited to 1024 characters. Examplega:totalRefunds/ga:users
, in most cases the metric expression is just a single metric name likega:users
. Adding mixedMetricType
(E.g.,CURRENCY
+PERCENTAGE
) metrics will result in unexpected results.formattingType
(type:String.t
, default:nil
) - Specifies how the metric expression should be formatted, for exampleINTEGER
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.