Module: Google::Analytics::Data::V1alpha::MetricType

Defined in:
proto_docs/google/analytics/data/v1alpha/data.rb

Overview

A metric's value type.

Constant Summary collapse

METRIC_TYPE_UNSPECIFIED =

Unspecified type.

0
TYPE_INTEGER =

Integer type.

1
TYPE_FLOAT =

Floating point type.

2
TYPE_SECONDS =

A duration of seconds; a special floating point type.

4
TYPE_MILLISECONDS =

A duration in milliseconds; a special floating point type.

5
TYPE_MINUTES =

A duration in minutes; a special floating point type.

6
TYPE_HOURS =

A duration in hours; a special floating point type.

7
TYPE_STANDARD =

A custom metric of standard type; a special floating point type.

8
TYPE_CURRENCY =

An amount of money; a special floating point type.

9
TYPE_FEET =

A length in feet; a special floating point type.

10
TYPE_MILES =

A length in miles; a special floating point type.

11
TYPE_METERS =

A length in meters; a special floating point type.

12
TYPE_KILOMETERS =

A length in kilometers; a special floating point type.

13