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

GoogleFirebaseFcmDataV1beta1ProxyNotificationInsightPercents

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

Additional information about proxy notification delivery. All percentages are calculated with countNotificationsAccepted as the denominator.

interface GoogleFirebaseFcmDataV1beta1ProxyNotificationInsightPercents {
failed?: number;
proxied?: number;
skippedNotThrottled?: number;
skippedOptedOut?: number;
skippedUnconfigured?: number;
skippedUnsupported?: number;
}

§Properties

§
failed?: number
[src]

The percentage of accepted notifications that failed to be proxied. This is usually caused by exceptions that occurred while calling notifyAsPackage.

§
proxied?: number
[src]

The percentage of accepted notifications that were successfully proxied by Google Play services.

§
skippedNotThrottled?: number
[src]

The percentage of accepted notifications that were skipped because the messages were not throttled.

§
skippedOptedOut?: number
[src]

The percentage of accepted notifications that were skipped because the app disallowed these messages to be proxied.

§
skippedUnconfigured?: number
[src]

The percentage of accepted notifications that were skipped because configurations required for notifications to be proxied were missing.

§
skippedUnsupported?: number
[src]

The percentage of accepted notifications that were skipped because proxy notification is unsupported for the recipient.