Show / Hide Table of Contents

Class GooglePlayDeveloperReportingV1beta1Anomaly

Represents an anomaly detected in a dataset. Our anomaly detection systems flag datapoints in a time series that fall outside of and expected range derived from historical data. Although those expected ranges have an upper and a lower bound, we only flag anomalies when the data has become unexpectedly worse, which usually corresponds to the case where the metric crosses the upper bound. Multiple contiguous datapoints in a timeline outside of the expected range will be grouped into a single anomaly. Therefore, an anomaly represents effectively a segment of a metric's timeline. The information stored in the timeline_spec, dimensions and metric can be used to fetch a full timeline with extended ragne for context. Required permissions: to access this resource, the calling user needs the View app information (read-only) permission for the app.

Inheritance
object
GooglePlayDeveloperReportingV1beta1Anomaly
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.Playdeveloperreporting.v1beta1.Data
Assembly: Google.Apis.Playdeveloperreporting.v1beta1.dll
Syntax
public class GooglePlayDeveloperReportingV1beta1Anomaly : IDirectResponseSchema

Properties

Dimensions

Combination of dimensions in which the anomaly was detected.

Declaration
[JsonProperty("dimensions")]
public virtual IList<GooglePlayDeveloperReportingV1beta1DimensionValue> Dimensions { get; set; }
Property Value
Type Description
IList<GooglePlayDeveloperReportingV1beta1DimensionValue>

ETag

The ETag of the item.

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

Metric

Metric where the anomaly was detected, together with the anomalous value.

Declaration
[JsonProperty("metric")]
public virtual GooglePlayDeveloperReportingV1beta1MetricValue Metric { get; set; }
Property Value
Type Description
GooglePlayDeveloperReportingV1beta1MetricValue

MetricSet

Metric set resource where the anomaly was detected.

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

Name

Identifier. Name of the anomaly. Format: apps/{app}/anomalies/{anomaly}

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

TimelineSpec

Timeline specification that covers the anomaly period.

Declaration
[JsonProperty("timelineSpec")]
public virtual GooglePlayDeveloperReportingV1beta1TimelineSpec TimelineSpec { get; set; }
Property Value
Type Description
GooglePlayDeveloperReportingV1beta1TimelineSpec

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX