google_api_analytics_reporting v0.3.0 GoogleApi.AnalyticsReporting.V4.Model.SegmentMetricFilter View Source
Metric filter to be used in a segment filter clause.
Attributes
- comparisonValue (String.t): The value to compare against. If the operator is
BETWEEN, this value is treated as minimum comparison value. Defaults tonil. - maxComparisonValue (String.t): Max comparison value is only used for
BETWEENoperator. Defaults tonil. - metricName (String.t): The metric that will be filtered on. A
metricFiltermust contain a metric name. Defaults tonil. - operator (String.t): Specifies is the operation to perform to compare the metric. The default
is
EQUAL. Defaults tonil. - scope (String.t): Scope for a metric defines the level at which that metric is defined. The
specified metric scope must be equal to or greater than its primary scope
as defined in the data model. The primary scope is defined by if the
segment is selecting users or sessions. Defaults to
nil.
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
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.