View Source GoogleApi.AnalyticsReporting.V4.Model.MetricFilter (google_api_analytics_reporting v0.18.0)
MetricFilter specifies the filter on a metric.
Attributes
-
comparisonValue(type:String.t, default:nil) - The value to compare against. -
metricName(type:String.t, default:nil) - The metric that will be filtered on. A metricFilter must contain a metric name. A metric name can be an alias earlier defined as a metric or it can also be a metric expression. -
not(type:boolean(), default:nil) - LogicalNOToperator. If this boolean is set to true, then the matching metric values will be excluded in the report. The default is false. -
operator(type:String.t, default:nil) - Is the metricEQUAL,LESS_THANorGREATER_THANthe comparisonValue, the default isEQUAL. If the operator isIS_MISSING, checks if the metric is missing and would ignore the comparisonValue.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
Functions
Unwrap a decoded JSON object into its complex fields.