Class GooglePlayDeveloperReportingV1alpha1Anomaly
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.
Implements
Inherited Members
Namespace: Google.Apis.Playdeveloperreporting.v1alpha1.Data
Assembly: Google.Apis.Playdeveloperreporting.v1alpha1.dll
Syntax
public class GooglePlayDeveloperReportingV1alpha1Anomaly : IDirectResponseSchema
Properties
Dimensions
Combination of dimensions in which the anomaly was detected.
Declaration
[JsonProperty("dimensions")]
public virtual IList<GooglePlayDeveloperReportingV1alpha1DimensionValue> Dimensions { get; set; }
Property Value
Type | Description |
---|---|
IList<GooglePlayDeveloperReportingV1alpha1DimensionValue> |
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 GooglePlayDeveloperReportingV1alpha1MetricValue Metric { get; set; }
Property Value
Type | Description |
---|---|
GooglePlayDeveloperReportingV1alpha1MetricValue |
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 GooglePlayDeveloperReportingV1alpha1TimelineSpec TimelineSpec { get; set; }
Property Value
Type | Description |
---|---|
GooglePlayDeveloperReportingV1alpha1TimelineSpec |