google_api_analytics_reporting v0.0.1 GoogleApi.AnalyticsReporting.V4.Model.MetricFilter View Source

MetricFilter specifies the filter on a metric.

Attributes

  • comparisonValue (String): The value to compare against. Defaults to: null.
  • metricName (String): 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. Defaults to: null.
  • not (Boolean): Logical `NOT` operator. If this boolean is set to true, then the matching metric values will be excluded in the report. The default is false. Defaults to: null.
  • operator (String): Is the metric `EQUAL`, `LESS_THAN` or `GREATER_THAN` the comparisonValue, the default is `EQUAL`. If the operator is `IS_MISSING`, checks if the metric is missing and would ignore the comparisonValue. Defaults to: null.

    • Enum - one of [OPERATOR_UNSPECIFIED, EQUAL, LESS_THAN, GREATER_THAN, IS_MISSING]