Class: Google::Analytics::Data::V1beta::Metric
- Inherits:
-
Object
- Object
- Google::Analytics::Data::V1beta::Metric
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/data/v1beta/data.rb
Overview
The quantitative measurements of a report. For example, the metric
eventCount
is the total number of events. Requests are allowed up to 10
metrics.
Instance Attribute Summary collapse
-
#expression ⇒ ::String
A mathematical expression for derived metrics.
-
#invisible ⇒ ::Boolean
Indicates if a metric is invisible in the report response.
-
#name ⇒ ::String
The name of the metric.
Instance Attribute Details
#expression ⇒ ::String
208 209 210 211 |
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 208 class Metric include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |