Show / Hide Table of Contents

Class SegmentMetricFilter

Metric filter to be used in a segment filter clause.

Inheritance
object
SegmentMetricFilter
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AnalyticsReporting.v4.Data
Assembly: Google.Apis.AnalyticsReporting.v4.dll
Syntax
public class SegmentMetricFilter : IDirectResponseSchema

Properties

ComparisonValue

The value to compare against. If the operator is BETWEEN, this value is treated as minimum comparison value.

Declaration
[JsonProperty("comparisonValue")]
public virtual string ComparisonValue { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MaxComparisonValue

Max comparison value is only used for BETWEEN operator.

Declaration
[JsonProperty("maxComparisonValue")]
public virtual string MaxComparisonValue { get; set; }
Property Value
Type Description
string

MetricName

The metric that will be filtered on. A metricFilter must contain a metric name.

Declaration
[JsonProperty("metricName")]
public virtual string MetricName { get; set; }
Property Value
Type Description
string

Operator__

Specifies is the operation to perform to compare the metric. The default is EQUAL.

Declaration
[JsonProperty("operator")]
public virtual string Operator__ { get; set; }
Property Value
Type Description
string

Scope

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.

Declaration
[JsonProperty("scope")]
public virtual string Scope { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX