The quantitative measurements of a report. For example, the metric
eventCount
is the total number of events. Requests are allowed up to 10
metrics.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#expression
def expression() -> ::String
-
(::String) — A mathematical expression for derived metrics. For example, the metric
Event count per user is
eventCount/totalUsers
.
#expression=
def expression=(value) -> ::String
-
value (::String) — A mathematical expression for derived metrics. For example, the metric
Event count per user is
eventCount/totalUsers
.
-
(::String) — A mathematical expression for derived metrics. For example, the metric
Event count per user is
eventCount/totalUsers
.
#invisible
def invisible() -> ::Boolean
-
(::Boolean) — Indicates if a metric is invisible in the report response. If a metric is
invisible, the metric will not produce a column in the response, but can be
used in
metricFilter
,orderBys
, or a metricexpression
.
#invisible=
def invisible=(value) -> ::Boolean
-
value (::Boolean) — Indicates if a metric is invisible in the report response. If a metric is
invisible, the metric will not produce a column in the response, but can be
used in
metricFilter
,orderBys
, or a metricexpression
.
-
(::Boolean) — Indicates if a metric is invisible in the report response. If a metric is
invisible, the metric will not produce a column in the response, but can be
used in
metricFilter
,orderBys
, or a metricexpression
.
#name
def name() -> ::String
-
(::String) — The name of the metric. See the API
Metrics
for the list of metric names.
If
expression
is specified,name
can be any string that you would like within the allowed character set. For example ifexpression
isscreenPageViews/sessions
, you could call that metric's name =viewsPerSession
. Metric names that you choose must match the regular expression^[a-zA-Z0-9_]$
.Metrics are referenced by
name
inmetricFilter
,orderBys
, and metricexpression
.
#name=
def name=(value) -> ::String
-
value (::String) — The name of the metric. See the API
Metrics
for the list of metric names.
If
expression
is specified,name
can be any string that you would like within the allowed character set. For example ifexpression
isscreenPageViews/sessions
, you could call that metric's name =viewsPerSession
. Metric names that you choose must match the regular expression^[a-zA-Z0-9_]$
.Metrics are referenced by
name
inmetricFilter
,orderBys
, and metricexpression
.
-
(::String) — The name of the metric. See the API
Metrics
for the list of metric names.
If
expression
is specified,name
can be any string that you would like within the allowed character set. For example ifexpression
isscreenPageViews/sessions
, you could call that metric's name =viewsPerSession
. Metric names that you choose must match the regular expression^[a-zA-Z0-9_]$
.Metrics are referenced by
name
inmetricFilter
,orderBys
, and metricexpression
.