Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GooglePlayDeveloperReportingV1beta1Anomaly

import type { GooglePlayDeveloperReportingV1beta1Anomaly } from "https://googleapis.deno.dev/v1/playdeveloperreporting:v1beta1.ts";

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.

interface GooglePlayDeveloperReportingV1beta1Anomaly {
metricSet?: string;
name?: string;
}

§Properties

§

Combination of dimensions in which the anomaly was detected.

§

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

§
metricSet?: string
[src]

Metric set resource where the anomaly was detected.

§
name?: string
[src]

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

§

Timeline specification that covers the anomaly period.